{
  "name": "filtr-privateapi",
  "version": "2.0.0",
  "description": "Filtr Private API",
  "private": true,
  "main": "index.js",
  "scripts": {
    "dev": "node -r dotenv/config lib/server.js",
    "start": "node lib/server.js",
    "lint": "eslint .",
    "test": "yarn run lint",
    "deploy-staging": "node scripts/deploy-staging.js",
    "deploy-production": "node scripts/deploy-production.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/filtr/filtr-privateapi.git"
  },
  "author": "Stefan Duberg <stefan.duberg@sonymusic.com>",
  "bugs": {
    "url": "https://github.com/filtr/filtr-privateapi/issues"
  },
  "homepage": "https://github.com/filtr/filtr-privateapi",
  "dependencies": {
    "aws-sdk": "^2.82.0",
    "boom": "^4.3.1",
    "dd-trace": "^0.17.1",
    "dotenv": "^2.0.0",
    "eslint": "^4.2.0",
    "forwarded": "^0.1.0",
    "h2o2": "^5.4.0",
    "hapi": "^16.4.3",
    "hapi-auth-basic": "^4.2.0",
    "hapi-auth-jwt2": "7.2.4",
    "hapi-pino": "^1.7.0",
    "jwks-rsa": "^1.6.0",
    "wreck": "^10.0.0"
  }
}
