{
  "name": "@ebryn/jsonapi-ts",
  "version": "0.1.46",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist/ && tsc -b",
    "build:dummy": "rm -rf dist/ && tsc -p tsconfig.dummy.json",
    "run:dummy": "SESSION_KEY=f0d87076b63d5c2732e282064fe6bebc tsnd tests/dummy-app/",
    "run:test-app": "SESSION_KEY=test tsnd tests/test-suite/test-app/",
    "test": "SESSION_KEY=test jest --forceExit --runInBand --ci",
    "prepublishOnly": "rm -rf dist/ && tsc -b"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ebryn/jsonapi-ts.git"
  },
  "author": "Erik Bryn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ebryn/jsonapi-ts/issues"
  },
  "homepage": "https://github.com/ebryn/jsonapi-ts#readme",
  "dependencies": {
    "@types/express": "^4.16.1",
    "compose-middleware": "^5.0.1",
    "ember-cli-string-utils": "^1.1.0",
    "escape-string-regexp": "^1.0.5",
    "express": "^4.17.1",
    "jsonwebtoken": "^8.4.0",
    "knex": "~0.16.5",
    "koa": "^2.6.2",
    "koa-body": "^4.0.7",
    "koa-compose": "^4.1.0",
    "pluralize": "^7.0.0",
    "ws": "^7.0.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.12",
    "@types/jsonwebtoken": "^8.3.0",
    "@types/koa": "^2.0.48",
    "@types/pluralize": "^0.0.29",
    "@types/supertest": "^2.0.7",
    "@types/ws": "^6.0.1",
    "axios": "^0.18.0",
    "jest": "^24.8.0",
    "jest-junit": "^6.4.0",
    "knex-migrate": "^1.7.2",
    "prettier": "^1.15.3",
    "sqlite3": "^4.0.6",
    "supertest": "^4.0.2",
    "supertest-koa-agent": "^0.3.2",
    "ts-jest": "^24.0.2",
    "ts-node-dev": "^1.0.0-pre.32",
    "tslint": "^5.11.0",
    "tslint-config-airbnb": "^5.11.1",
    "tslint-config-prettier": "^1.17.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.4"
  }
}
