gfw-api/gfw-subscription-api

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gfw-subscription-api",
  "version": "1.6.5",
  "description": "Global Forest Watch - Subscription API",
  "main": "app/index.js",
  "scripts": {
    "migrate": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/src/migrate/migrate.js",
    "start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index.js",
    "test": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js test",
    "coverage": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vizzuality/gfw-subscription-api.git"
  },
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "http://vizzuality.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Vizzuality/gfw-subscription-api/issues"
  },
  "homepage": "https://github.com/Vizzuality/gfw-subscription-api#readme",
  "engines": {
    "node": "~12"
  },
  "dependencies": {
    "aws-sdk": "^2.90.0",
    "btoa": "^1.2.1",
    "bunyan": "^1.8.12",
    "cartodb": "^0.5.1",
    "config": "1.19.0",
    "cron": "^1.7.2",
    "ct-register-microservice-node": "^2.1.7",
    "d3": "^5.16.0",
    "d3-format": "^1.4.4",
    "jsonapi-serializer": "^3.6.5",
    "julian": "0.2.0",
    "koa": "^2.11.0",
    "koa-body": "^4.1.1",
    "koa-logger": "^3.2.1",
    "koa-mount": "^4.0.0",
    "koa-qs": "^2.0.0",
    "koa-router": "^7.4.0",
    "koa-simple-healthcheck": "^0.0.1",
    "koa-validate": "^1.0.7",
    "lodash": "^4.17.19",
    "moment": "^2.13.0",
    "mongoose": "^5.9.13",
    "mongoose-paginate": "^5.0.3",
    "mustache": "^3.1.0",
    "qs": "^6.9.3",
    "redis": "^2.8.0",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.8",
    "sleep": "^6.1.0",
    "turf-explode": "^3.0.12",
    "url": "0.11.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-datetime": "^1.5.0",
    "chai-http": "^4.3.0",
    "co-mocha": "^1.2.2",
    "eslint": "^6.6.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-mocha": "^6.2.1",
    "eslint-plugin-react": "^7.16.0",
    "grunt": "^1.0.4",
    "grunt-apidoc": "^0.11.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.0",
    "husky": "^4.2.3",
    "lint-staged": "^10.0.9",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^6.2.0",
    "nock": "^10.0.6",
    "nyc": "^14.1.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  }
}