{
  "name": "server",
  "version": "1.0.0",
  "description": "Shared server components",
  "main": "dist/index.js",
  "scripts": {
    "preinstall": "rm -f yarn.lock package-lock.json",
    "build": "rimraf dist && NODE_ENV=production babel ./src -s -D -d dist",
    "pretest": "install-self-peers",
    "test": "yarn run lint && NODE_ENV=test jest --coverage --config ./jest.config.js --runInBand --verbose",
    "posttest": "rm -rf node_modules && yarn install",
    "lint": "eslint --fix -c .eslintrc src",
    "watch": "nodemon --watch src --exec \"yarn run build\""
  },
  "author": "Ian Speers",
  "license": "MIT",
  "devDependencies": {
    "@team-griffin/install-self-peers": "^1.1.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2016": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "concurrently": "^3.5.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^17.0.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-config-kentcdodds": "^13.0.1",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.0",
    "jest": "^23.4.2",
    "nodemon": "^1.18.7",
    "prettier": "^1.15.3",
    "rimraf": "^2.6.2",
    "uuid": "^3.3.2"
  },
  "pkg": {
    "scripts": "dist/**/*.js"
  },
  "dependencies": {
    "@555platform/author.js": "^1.2.14",
    "@555platform/utility-belt.js": "^0.6.4",
    "@iris-platform/eks-js-sdk": "^1.x",
    "@iris-platform/ids-js-sdk": "^1.0.0-alpha.5",
    "axios": "0.x",
    "dotenv": "^6.1.0",
    "elasticsearch": "14.2.1",
    "jsonwebtoken": "8.x",
    "mini-svg-data-uri": "^1.0.3",
    "password-validator": "4.x",
    "ramda": "^0.26"
  },
  "peerDependencies": {
    "@iris-platform/protektor": "0.x",
    "apollo-errors": "1.x",
    "apollo-link-context": "1.x",
    "graphql": "14.x",
    "graphql-tools": "4.x",
    "graphql-type-json": "0.x",
    "mongoose": "5.3.14"
  }
}
