{
  "name": "innots",
  "version": "2.0.0",
  "description": "Core ecom rnd lib",
  "main": "build/index.js",
  "typings": "build/index",
  "scripts": {
    "build": "rm -rf build && tsc",
    "watch": "tsc --watch",
    "prepublish": "rm -rf build && tsc",
    "test": "mocha ./build/test/ --recursive  --exit",
    "lint": "tslint 'src/**/*.ts' --type-check --project tsconfig.json"
  },
  "dependencies": {
    "@koa/cors": "2.2.1",
    "@types/cls-hooked": "^4.3.0",
    "@types/joi": "13.0.8",
    "@types/jsonwebtoken": "7.2.3",
    "@types/koa": "2.0.39",
    "@types/koa-bodyparser": "3.0.25",
    "@types/koa-compose": "3.2.2",
    "@types/koa-router": "7.0.23",
    "@types/lodash": "^4.14.120",
    "@types/node": "^8.0.0",
    "@types/oracledb": "^1.11.33",
    "@types/pg": "7.4.5",
    "@types/validator": "5.7.35",
    "camelcase-object": "^1.0.0",
    "cls-hooked": "^4.2.2",
    "joi": "13.2.0",
    "jsonwebtoken": "8.2.1",
    "koa": "2.3.0",
    "koa-body": "2.3.0",
    "koa-jwt": "3.3.2",
    "koa-router": "7.2.1",
    "koa-useragent": "0.1.5",
    "lodash": "^4.17.15",
    "log4js": "^4.2.0",
    "pg": "7.4.1",
    "pg-camelcase": "0.0.3",
    "pg-pool": "2.0.3",
    "ts-graphite-decorator": "0.0.10",
    "validator": "8.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qiwi/inno_ts.git"
  },
  "keywords": [
    "typescript"
  ],
  "author": "dylukanin@gmail.com",
  "bugs": {
    "url": "https://github.com/qiwi/inno_ts/issues"
  },
  "homepage": "https://github.com/qiwi/inno_ts/issues",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.38",
    "@types/request": "^0.0.45",
    "@types/request-promise": "^4.1.35",
    "chai": "^3.5.0",
    "mocha": "^5.2.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.1",
    "tslint": "^5.17.0",
    "typescript": "^2.5.2"
  }
}
