cassandra-driver
Version:
DataStax Node.js Driver for Apache Cassandra
58 lines (57 loc) • 1.85 kB
JSON
{
"name": "cassandra-driver",
"version": "4.8.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/node": "^18.11.18",
"adm-zip": "~0.5.10",
"long": "~5.2.3"
},
"devDependencies": {
"chai": "~4.3.8",
"kerberos": "~2.0.3",
"mocha": "~10.2.0",
"mocha-jenkins-reporter": "~0.4.8",
"proxyquire": "~2.1.3",
"sinon": "~15.2.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",
"unit": "./node_modules/.bin/mocha test/unit -R spec -t 5000 --recursive",
"integration_short": "./node_modules/.bin/mocha test/integration/short -R spec -t 5000 --recursive",
"integration_long": "./node_modules/.bin/mocha test/integration/long -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",
"server_api": "./node_modules/.bin/mocha test/integration/short -g '@SERVER_API' --recursive --exit",
"eslint": "eslint lib test"
},
"engines": {
"node": ">=18"
}
}