| { |
| "name": "cassandra-driver", |
| "version": "4.4.0", |
| "description": "DataStax Node.js Driver for Apache Cassandra", |
| "author": "DataStax", |
| "keywords": [ |
| "cassandra", |
| "cql", |
| "cql3", |
| "connection", |
| "gremlin", |
| "datastax", |
| "nosql", |
| "driver", |
| "database", |
| "dse", |
| "graph", |
| "graphdb" |
| ], |
| "license": "Apache-2.0", |
| "types": "./index.d.ts", |
| "dependencies": { |
| "@types/long": "^4.0.0", |
| "@types/node": ">=8", |
| "adm-zip": "^0.4.13", |
| "long": "^2.2.0" |
| }, |
| "devDependencies": { |
| "chai": "4.2.0", |
| "mocha": "~5.2.0", |
| "proxyquire": "~2.1.3", |
| "sinon": "~7.5.0", |
| "temp": ">= 0.8.3" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/datastax/nodejs-driver.git" |
| }, |
| "bugs": { |
| "url": "https://groups.google.com/a/lists.datastax.com/forum/#!forum/nodejs-driver-user" |
| }, |
| "scripts": { |
| "test": "./node_modules/.bin/mocha test/unit -R spec -t 5000 --recursive", |
| "ci_jenkins": "./node_modules/.bin/mocha test/unit test/integration/short --recursive -R mocha-jenkins-reporter --exit", |
| "ci_appveyor": "./node_modules/.bin/mocha test/unit test/integration/short --recursive -R mocha-appveyor-reporter --exit", |
| "ci_unit_appveyor": "./node_modules/.bin/mocha test/unit --recursive -R mocha-appveyor-reporter --exit", |
| "eslint": "eslint lib test" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| } |