gfw-api/fw-alerts

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fw-alerts",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "NODE_PATH=app/src node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest",
    "start": "NODE_PATH=app/src node app/index.js",
    "coverage": "NODE_PATH=app/src node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc"
  },
  "keywords": [],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "http://vizzuality.com/"
  },
  "license": "MIT",
  "engines": {
    "node": "~12"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-datetime": "^1.5.0",
    "chai-http": "^4.3.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-mocha": "^6.3.0",
    "eslint-plugin-react": "^7.19.0",
    "grunt": "^1.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-express-server": "^0.5.4",
    "grunt-mocha-test": "^0.13.3",
    "grunt-notify": "^0.4.5",
    "grunt-simple-nyc": "^3.0.1",
    "husky": "^4.2.3",
    "lint-staged": "^10.0.8",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^7.1.1",
    "nock": "^12.0.3",
    "nyc": "^15.0.0"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "bunyan": "^1.8.5",
    "config": "^3.3.0",
    "rw-api-microservice-node": "^4.0.0",
    "json2csv": "^3.7.3",
    "jsonapi-serializer": "2.1.1",
    "koa": "^2.0.0",
    "koa-body": "^1.4.0",
    "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",
    "moment": "2.19.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  }
}