jsonb-cli
Version:
Command line interface for jsonb-db
33 lines • 741 B
JSON
{
"name": "jsonb-cli",
"version": "0.1.2",
"description": "Command line interface for jsonb-db",
"main": "client.js",
"bin": {
"jsonb": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barakaally/jsonb-cli.git"
},
"bugs": {
"url": "https://github.com/barakaally/jsonb-cli/issues"
},
"homepage": "https://github.com/barakaally/jsonb-cli#readme",
"keywords": [
"jsonb-cli",
"jsonb-db",
"cli",
"in-memory-db"
],
"author": "Baraka Ally <baraka.ally.co.tz@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
"figlet": "^1.2.4"
}
}