UNPKG

cqlsh-node

Version:
38 lines (37 loc) 830 B
{ "name": "cqlsh-node", "version": "1.0.6", "description": "Cassandra cqlsh in nodejs", "main": "cqlsh.js", "bin": { "cqlshjs": "./cqlsh.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lmangani/cqlsh-node.git" }, "keywords": [ "cql", "cqlsh", "cassandra", "elassandra", "client", "query" ], "author": "Lorenzo Mangani <lorenzo.mangani@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/lmangani/cqlsh-node/issues" }, "homepage": "https://github.com/lmangani/cqlsh-node#readme", "dependencies": { "cassandra-driver": "^3.4.1", "columnify": "^1.5.4", "commander": "^2.14.1", "oh-my-log": "^5.0.1", "vorpal": "^1.12.0" } }