gfw-api/gfw-geostore-api

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gfw-geostore-api",
  "version": "1.1.5",
  "description": "Global forest watch - GeoStore API",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gfw-api/gfw-geostore-api.git"
  },
  "keywords": [
    "gfw",
    "api",
    "microservice",
    "node",
    "javascript",
    "koa"
  ],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "https://vizzuality.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gfw-api/gfw-geostore-api/issues"
  },
  "engines": {
    "node": "~20.4"
  },
  "homepage": "https://github.com/gfw-api/gfw-geostore-api#readme",
  "dependencies": {
    "@octokit/rest": "^16.28.7",
    "@turf/turf": "^6.5.0",
    "arcgis-to-geojson-utils": "^1.0.1",
    "bunyan": "1.7.1",
    "cartodb": "0.4.0",
    "co": "4.6.0",
    "co-request": "1.0.0",
    "co-sleep": "0.0.1",
    "config": "1.19.0",
    "country-data": "0.0.24",
    "geojsonhint": "1.2.0",
    "jsonapi-serializer": "^3.6.5",
    "koa": "^2.11.0",
    "koa-bodyparser": "^4.3.0",
    "koa-convert": "^1.2.0",
    "koa-logger": "^3.2.1",
    "koa-mount": "^4.0.0",
    "koa-router": "^8.0.8",
    "koa-simple-healthcheck": "^0.0.1",
    "koa-validate": "^1.0.7",
    "md5": "2.1.0",
    "mongoose": "^5.9.14",
    "mustache": "^2.3.2",
    "rw-api-microservice-node": "^5.1.3",
    "sleep": "^6.3.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "co-mocha": "^1.2.2",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-react": "^7.21.0",
    "grunt": "^1.3.0",
    "grunt-apidoc": "^0.11.0",
    "grunt-cli": "^1.3.2",
    "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-notify": "^0.4.5",
    "grunt-simple-nyc": "^3.0.1",
    "husky": "^4.2.3",
    "lint-staged": "^10.0.7",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^7.0.1",
    "nock": "^13.0.6",
    "nyc": "^15.0.0",
    "should": "^13.2.3",
    "should-http": "^0.1.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  }
}