package.json
{
"name": "graph-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest",
"start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index.js",
"coverage": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc"
},
"keywords": [],
"author": {
"name": "Vizzuality",
"email": "hello@vizzuality.com",
"url": "http://vizzuality.com/"
},
"engines": {
"node": "~20.4"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-react": "^7.18.3",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.5",
"grunt-simple-nyc": "^3.0.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"load-grunt-tasks": "^5.1.0",
"mocha": "^7.0.1",
"nock": "^11.8.2",
"nyc": "^15.0.0",
"should": "^13.2.3",
"sinon": "^11.1.1"
},
"dependencies": {
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"config": "^1.21.0",
"jsonapi-serializer": "2.1.1",
"kcors": "^2.1.1",
"koa": "^2.0.0",
"koa-body": "^1.4.0",
"koa-convert": "^1.2.0",
"koa-logger": "^2.0.0",
"koa-mount": "2.0.0",
"koa-qs": "^2.0.0",
"koa-router": "^7.0.1",
"koa-simple-healthcheck": "^0.0.1",
"neo4j-driver": "^1.2.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"rw-api-microservice-node": "^5.1.3",
"sleep": "^6.3.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": "eslint --cache --fix"
}
}