gfw-api/gfw-forms-api

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gfw-forms-api",
  "version": "1.1.1",
  "description": "Global forest watch - Forms API",
  "main": "index.js",
  "scripts": {
    "start": "NODE_PATH=app/src node app/index.js",
    "test": "NODE_PATH=app/src grunt --gruntfile app/Gruntfile.js test",
    "coverage": "NODE_PATH=app/src grunt --gruntfile app/Gruntfile.js nyc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gfw-api/gfw-forms-api.git"
  },
  "keywords": [
    "gfw",
    "api",
    "microservice",
    "node",
    "javascript",
    "koa"
  ],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "http://vizzuality.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gfw-api/gfw-forms-api/issues"
  },
  "engines": {
    "node": "~12"
  },
  "homepage": "https://github.com/gfw-api/gfw-forms-api#readme",
  "dependencies": {
    "aws-sdk": "^2.18.0",
    "bunyan": "1.7.1",
    "cartodb": "0.4.0",
    "co": "4.6.0",
    "co-request": "1.0.0",
    "config": "1.19.0",
    "json2csv": "^3.7.3",
    "jsonapi-serializer": "2.1.1",
    "koa": "1.1.2",
    "koa-body": "^1.6.0",
    "koa-bodyparser": "2.0.1",
    "koa-convert": "^1.2.0",
    "koa-logger": "1.3.0",
    "koa-mount": "1.3.0",
    "koa-router": "5.4.0",
    "koa-simple-healthcheck": "^0.0.1",
    "koa-validate": "^1.0.7",
    "mongoose": "^4.13.13",
    "rw-api-microservice-node": "^3.4.1",
    "sleep": "^6.1.0",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-datetime": "^1.7.0",
    "chai-http": "^4.3.0",
    "eslint": "^7.10.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-react": "^7.21.2",
    "grunt": "^1.3.0",
    "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.1",
    "husky": "^4.3.0",
    "lint-staged": "^10.4.0",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^8.1.3",
    "nock": "^13.0.4",
    "nyc": "^15.1.0",
    "sinon": "^9.0.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  }
}