You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "cassandra-driver",
|
|
"version": "4.6.4",
|
|
"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.5.3",
|
|
"long": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"mocha": "~7.1.1",
|
|
"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",
|
|
"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": ">=8"
|
|
}
|
|
}
|