resource-watch/rw_metadata

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rw-metadata",
  "version": "2.3.0",
  "description": "Resource Watch - Metadata",
  "main": "index.js",
  "scripts": {
    "coverage": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc",
    "test": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js test",
    "start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index.js",
    "eslint": "eslint 'app/**/*.js' --fix"
  },
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "http://vizzuality.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/resource-watch/rw_metadata.git"
  },
  "keywords": [
    "rw",
    "api2",
    "microservice",
    "node",
    "javascript",
    "koa"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/resource-watch/rw_metadata/issues"
  },
  "engines": {
    "node": "~20.4"
  },
  "homepage": "https://github.com/resource-watch/rw_metadata#readme",
  "dependencies": {
    "bluebird": "3.5.1",
    "bunyan": "1.8.5",
    "co": "4.6.0",
    "config": "1.21.0",
    "jsonapi-serializer": "^3.6.7",
    "kcors": "2.2.2",
    "koa": "2.5.2",
    "koa-body": "2.6.0",
    "koa-convert": "1.2.0",
    "koa-logger": "^2.0.1",
    "koa-mount": "2.0.0",
    "koa-router": "7.4.0",
    "koa-simple-healthcheck": "^0.0.1",
    "koa-validate": "1.0.7",
    "lodash": "^4.17.21",
    "mongoose": "^5.4.23",
    "rw-api-microservice-node": "^5.1.3",
    "sleep": "^6.3.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "chai-datetime": "^1.8.0",
    "chai-http": "^4.3.0",
    "eslint": "^8.9.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-mocha": "^9.0.0",
    "eslint-plugin-react": "^7.28.0",
    "grunt": "^1.4.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-clean": "^2.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.8",
    "lint-staged": "^12.3.4",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^9.2.1",
    "nock": "^13.2.4",
    "nyc": "^15.1.0"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  }
}