Clients/JavaScript/package.json

26 lines
503 B
JSON
Raw Normal View History

2024-03-15 09:13:20 +00:00
{
"name": "lonadb-client",
"version": "4.5.1",
"description": "A client for the LonaDB Prototype",
"main": "Client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LonaDB/JavaScript-Client"
},
"keywords": [
"database",
"lonadb",
"json",
"variable",
"variables"
],
"author": "Collin Buchkamer",
"license": "AGPL-3.0",
"dependencies": {
"net": "^1.0.2"
}
}