resource-watch/doc-orchestrator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "doc-orchestrator",
  "version": "2.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",
    "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 --max-old-space-size=8192 app/index.js",
    "dev": "NODE_PATH=app/src nodemon app/index.js"
  },
  "keywords": [],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "https://vizzuality.com/"
  },
  "engines": {
    "node": "~20.4"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "eslint": "^7.10.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-react": "^7.21.3",
    "grunt": "^1.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-mocha-test": "^0.13.3",
    "grunt-simple-nyc": "^3.0.1",
    "husky": "^4.3.0",
    "lint-staged": "^10.4.0",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^8.1.3",
    "nock": "^13.0.4",
    "nodemon": "^2.0.4"
  },
  "dependencies": {
    "@elastic/elasticsearch": "~7.11.0",
    "amqplib": "0.5.2",
    "bluebird": "^3.4.7",
    "bunyan": "1.8.12",
    "config": "2.0.1",
    "rw-api-microservice-node": "^5.1.3",
    "koa": "2.5.2",
    "koa-body": "^2.0.0",
    "koa-logger": "3.2.0",
    "koa-mount": "3.0.0",
    "koa-router": "7.4.0",
    "koa-simple-healthcheck": "^0.0.1",
    "lodash": "^4.17.21",
    "mongoose": "^5.7.10",
    "mongoose-paginate": "^5.0.3",
    "request": "2.88.0",
    "request-promise": "4.2.2",
    "rw-doc-importer-messages": "1.5.0",
    "sleep": "^6.3.0",
    "uuid": "3.3.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}