package.json
{
"name": "high-res",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_PATH=app/src node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest",
"start": "NODE_PATH=app/src node app/index.js",
"coverage": "NODE_PATH=app/src node ./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": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"chai-datetime": "^1.7.0",
"chai-http": "^4.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-react": "^7.20.0",
"grunt": "^1.1.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.5",
"lint-staged": "^10.2.7",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.2.1",
"nock": "^12.0.3",
"nyc": "^15.1.0"
},
"dependencies": {
"bunyan": "^1.8.15",
"config": "^3.3.1",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-simple-healthcheck": "^0.0.1",
"koa-router": "^8.0.8",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"rw-api-microservice-node": "^5.1.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": "eslint --cache --fix"
}
}