resource-watch/query

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "query",
  "version": "1.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "GATEWAY_URL=http://mymachine:9000 LOCAL_URL=http://mymachine:5000 NODE_PATH=app/src PORT=5000 node --harmony ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js | bunyan",
    "start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index",
    "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",
    "prepare": "husky install"
  },
  "keywords": [],
  "author": {
    "name": "Vizzuality",
    "email": "hello@vizzuality.com",
    "url": "https://vizzuality.com/"
  },
  "engines": {
    "node": "~20.4"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "chai": "^4.3.7",
    "chai-http": "^4.4.0",
    "deep-equal-in-any-order": "^2.0.6",
    "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.3",
    "lint-staged": "^13.2.3",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^10.2.0",
    "nock": "^13.3.2",
    "nyc": "^15.1.0"
  },
  "dependencies": {
    "@google-cloud/storage": "^1.5.1",
    "bluebird": "^3.5.2",
    "bunyan": "^1.8.5",
    "config": "^1.31.0",
    "fs-promise": "^2.0.3",
    "jiminy": "0.1.1",
    "jsonapi-serializer": "3.5.6",
    "kcors": "^2.2.2",
    "koa": "^2.5.3",
    "koa-body": "^1.7.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",
    "request": "2.88.0",
    "request-promise": "4.2.2",
    "rw-api-microservice-node": "^5.1.3",
    "sql2json": "2.0.6"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}