{
  "name": "tb-tis",
  "version": "0.5.3",
  "description": "",
  "main": "lib/app",
  "scripts": {
    "start": "node lib/app",
    "dev": "NO_DEPRECATION=koa NODE_ENV=dev nodemon --watch 'src/**/*.ts' --exec ts-node src/app.ts",
    "test": "NO_DEPRECATION=koa NODE_ENV=test nyc mocha",
    "build": "tsc",
    "test_ci": "make test_ci",
    "deploy": "tsc && tdt b -a tb-tis && tdt d -a tb-tis -e dev",
    "deploy-prod": "echo remember configs dependency && tsc && tdt d -a tb-tis -e prod",
    "lint": "tslint src/**/*.ts -t verbose",
    "lint-fix": "tslint --fix src/**/*.ts test/**/*.ts",
    "doc": "apidoc -i src/controller -o api/tis/doc/api",
    "release": "standard-version",
    "br": "npm run release",
    "ga": "npm run release -- --prerelease alpha"
  },
  "repository": {
    "type": "git",
    "url": "git@code.teambition.com:apps/tb-import-export-server.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@tng/ilog": "^1.0.3",
    "@tng/infra": "^1.3.1",
    "@tng/version": "^1.2.3",
    "ajv": "^6.5.2",
    "config": "^1.30.0",
    "exceljs": "^1.6.0",
    "i18n": "^0.8.3",
    "iconv-lite": "^0.4.24",
    "jschardet": "^1.6.0",
    "koa": "^2.6.2",
    "koa-bodyparser": "^4.2.1",
    "koa-cors": "^0.0.16",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0",
    "lodash": "^4.17.10",
    "moment": "^2.22.2",
    "mongoose": "5.1.2",
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "smart-limiter": "^1.5.0",
    "teambition-server-sdk": "^0.0.3",
    "thunk-redis": "^2.2.3",
    "tws-auth": "^2.3.1",
    "xlsx": "^0.13.2"
  },
  "devDependencies": {
    "@types/i18n": "^0.8.3",
    "@types/koa": "^2.0.46",
    "@types/koa-bodyparser": "^4.2.1",
    "@types/koa-router": "^7.0.35",
    "@types/lodash": "^4.14.112",
    "@types/mocha": "^5.2.4",
    "@types/mongoose": "^5.2.0",
    "@types/request": "^2.47.1",
    "@types/request-promise": "^4.1.42",
    "@types/supertest": "^2.0.5",
    "apidoc": "^0.17.6",
    "mocha": "^5.2.0",
    "nodemon": "^1.17.5",
    "nyc": "^12.0.2",
    "should": "^13.2.1",
    "standard-version": "^4.4.0",
    "supertest": "^3.1.0",
    "tb-docker-tools": "git+ssh://git@code.teambition.com:tng/tb-docker-tools.git",
    "ts-node": "^7.0.0",
    "tslint": "^5.11.0",
    "typescript": "^3.2.2"
  }
}
