resource-watch/widget

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "widget-adapter",
  "version": "1.1.5",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "NODE_PATH=app/src node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest",
    "coverage": "NODE_PATH=app/src node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc",
    "start": "NODE_PATH=app/src node app/index.js",
    "prepare": "husky install"
  },
  "keywords": [],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "https://vizzuality.com/"
  },
  "license": "MIT",
  "engines": {
    "node": "~20.4"
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "chai-datetime": "^1.8.0",
    "chai-http": "^4.4.0",
    "eslint": "^8.45.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-react": "^7.32.2",
    "grunt": "^1.6.1",
    "grunt-cli": "^1.4.3",
    "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": "^8.0.0",
    "lint-staged": "^13.2.3",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^10.2.0",
    "nock": "^13.3.2",
    "nyc": "^15.1.0",
    "should": "^13.2.3"
  },
  "dependencies": {
    "bluebird": "^3.4.7",
    "bunyan": "^1.8.5",
    "config": "^3.3.6",
    "jsonapi-serializer": "3.6.3",
    "kcors": "^2.1.1",
    "koa": "^2.0.0",
    "koa-body": "^4.1.1",
    "koa-convert": "^1.2.0",
    "koa-logger": "^2.0.0",
    "koa-mount": "2.0.0",
    "koa-router": "^7.0.1",
    "koa-simple-healthcheck": "^0.0.1",
    "koa-validate": "^1.0.7",
    "lodash": "^4.17.21",
    "mongoose": "^5.7.11",
    "mongoose-paginate": "^5.0.3",
    "request": "^2.88.0",
    "request-promise": "^4.2.6",
    "rw-api-microservice-node": "^5.1.3",
    "sleep": "^6.3.0",
    "slug": "^0.9.2",
    "uuid": "^3.3.3",
    "validator": "^10.2.0"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}