{
  "name": "@studyportals/bob-test",
  "version": "1.0.4",
  "description": "Proxy service for integrating microservices into a template with markers",
  "author": {
    "name": "StudyPortals B.V."
  },
  "contributors": [
    {
      "name": "Frank Kluijtmans.",
      "email": "frank@studyportals.com"
    },
    {
      "name": "Bram van Eijk",
      "email": "bramvaneijk@studyportals.com"
    },
    {
      "name": "Stefan Klokgieters",
      "email": "stefan@studyportals.com"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/studyportals/Bob/issues"
  },
  "homepage": "https://github.com/studyportals/Bob#readme",
  "main": "bin/src/index.js",
  "scripts": {
    "build": "rm -rf ./bin/* && tsc",
    "start": "node bin/src/express/server.js",
    "start:watch": "concurrently \"npm:watch\" \"npm:serve\" ",
    "watch": "tsc -w",
    "serve": "nodemon bin/src/express/server.js --https",
    "test-coverage": "nyc mocha -r ts-node/register \"test/**/*.test.ts\"",
    "test-coverage-local": "nyc report --reporter=text-summary && mocha -r ts-node/register \"test/**/*.ts\"",
    "test": "mocha \"test/**/*.test.ts\"",
    "prepare-deployment": "cp package.json bin/package.json && cp README.md bin/README.md",
    "publish-package": "npm run build && npm run test && npm run prepare-deployment && rm -rf bin/test && npm publish bin",
    "lint": "tslint src/**/*.ts",
    "lint:fix": "tslint --fix src/**/*.ts"
  },
  "dependencies": {
    "@studyportals/mb-platform-exceptions": "^1.0.1",
    "@types/accepts": "^1.3.5",
    "@types/chai": "^4.1.4",
    "@types/compression": "0.0.36",
    "@types/express": "^4.16.0",
    "@types/jsdom": "^11.0.4",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.1.1",
    "@types/request": "^2.47.1",
    "aws-sdk": "^2.442.0",
    "aws-xray-sdk": "^1.2.0",
    "compression": "^1.7.3",
    "dotenv": "^7.0.0",
    "express": "^4.16.3",
    "inversify": "^5.0.1",
    "memcached": "^2.2.2",
    "node-fetch": "^2.1.2",
    "reflect-metadata": "^0.1.13",
    "request": "^2.87.0",
    "rollbar": "^2.5.3",
    "superagent": "^4.1.0",
    "typescript": "^3.5.3"
  },
  "devDependencies": {
    "@studyportals/code-style": "^1.0.5",
    "@types/memcached": "^2.2.6",
    "chai": "^4.1.2",
    "concurrently": "^4.0.1",
    "mocha": "^6.1.4",
    "mocha-typescript": "1.1.12",
    "nodemon": "^1.18.6",
    "nyc": "^13.3.0",
    "superagent-mock": "^3.7.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.18.0",
    "typemoq": "^2.1.0",
    "ware": "^1.3.0",
    "webpack-cli": "^3.3.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/studyportals/Bob.git"
  },
  "engines": {
    "node": "8.12.*"
  }
}
