resource-watch/layer

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "layer-microservice",
  "version": "1.2.0",
  "description": "Layer Microservice",
  "repository": "https://github.com/resource-watch/layer",
  "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": [
    "layer",
    "koa2",
    "rw",
    "nodejs"
  ],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "https://vizzuality.com/"
  },
  "license": "MIT",
  "engines": {
    "node": "~20.4"
  },
  "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-clean": "^2.0.0",
    "grunt-contrib-jshint": "^3.0.0",
    "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.0",
    "lint-staged": "^10.5.1",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^8.2.1",
    "nock": "^13.0.4",
    "nyc": "^15.1.0"
  },
  "dependencies": {
    "bunyan": "^1.8.12",
    "config": "^3.2.2",
    "koa": "^2.8.1",
    "koa-body": "^4.1.1",
    "koa-logger": "^3.2.1",
    "koa-mount": "^4.0.0",
    "koa-router": "^7.4.0",
    "koa-simple-healthcheck": "^0.0.1",
    "koa-validate": "^1.0.7",
    "lodash": "^4.17.21",
    "mongoose": "^5.7.11",
    "mongoose-paginate": "^5.0.3",
    "rw-api-microservice-node": "^5.1.3",
    "slug": "^1.1.0",
    "uuid": "^3.3.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}