blob: 536bae9f3adb206776dc20ded7f8170bc71250b2 [file] [log] [blame]
{
"name": "gremlin",
"version": "3.6.0",
"description": "JavaScript Gremlin Language Variant",
"author": "Apache TinkerPop team",
"keywords": [
"graph",
"gremlin",
"tinkerpop",
"connection",
"glv",
"driver",
"graphdb"
],
"license": "Apache-2.0",
"dependencies": {
"ws": "^6.2.2"
},
"devDependencies": {
"chai": "~4.1.2",
"chai-string": "~1.5.0",
"colors": "1.4.0",
"cucumber": "~4.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"grunt": "^1.4.1",
"grunt-cli": "~1.3.2",
"grunt-jsdoc": "~2.4.1",
"mocha": "^9.2.2",
"prettier": "^2.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/tinkerpop.git"
},
"homepage": "https://tinkerpop.apache.org/",
"bugs": {
"url": "https://issues.apache.org/jira/browse/TINKERPOP"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/unit test/integration -t 5000",
"features": "./node_modules/.bin/cucumber-js --require test/cucumber ../../../../../gremlin-test/features/",
"unit-test": "./node_modules/mocha/bin/mocha test/unit",
"lint": "eslint --ext .js ."
},
"engines": {
"node": ">=10"
}
}