resource-watch/control-tower

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sd-control-tower",
  "version": "2.4.4",
  "description": "Control Tower API gateway - Resource Watch",
  "main": "index.js",
  "scripts": {
    "dev": "NODE_PATH=app/src grunt --gruntfile app/Gruntfile.js | bunyan",
    "run": "NODE_PATH=app/src node app/index.js | bunyan",
    "test": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest",
    "coverage": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc",
    "start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index"
  },
  "keywords": [],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "http://vizzuality.com/"
  },
  "license": "MIT",
  "engines": {
    "node": "~12"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "eslint": "^7.12.1",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-react": "^7.21.5",
    "grunt": "^1.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-express-server": "0.5.4",
    "grunt-mocha-test": "^0.13.3",
    "grunt-simple-nyc": "^3.0.1",
    "husky": "^4.3.5",
    "lint-staged": "^10.5.3",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^8.2.1",
    "nock": "^13.0.5",
    "nyc": "^15.1.0"
  },
  "dependencies": {
    "@koa/cors": "^2.2.3",
    "axios": "^0.21.1",
    "bunyan": "^1.8.1",
    "config": "^1.21.0",
    "dotenv": "^2.0.0",
    "json2xml": "^0.1.3",
    "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": "^4.0.0",
    "koa-router": "^7.0.1",
    "lodash": "^4.17.14",
    "mongoose": "^5.7.5",
    "mongoose-regexp": "^0.0.1",
    "path-to-regexp": "^1.5.3",
    "request": "^2.88.0",
    "request-promise": "^4.1.1",
    "sleep": "^6.1.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}