{
  "engines": {
    "node": "^16"
  },
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "name": "@tenlastic/web-server",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/tenlastic/open-platform.git"
  },
  "version": "0.0.439",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "../../scripts/build.sh",
    "build:watch": "watch ../../scripts/build.sh ./src",
    "lint": "../../scripts/lint.sh",
    "prepublishOnly": "../../scripts/build.sh",
    "test": "../../scripts/test.sh",
    "test:watch": "../../scripts/test.sh --watch"
  },
  "dependencies": {
    "@koa/cors": "3.0.0",
    "@tenlastic/kubernetes": "0.0.439",
    "@tenlastic/mongoose-permissions": "0.0.439",
    "axios": "0.27.2",
    "jsonwebtoken": "9.0.0",
    "koa": "2.7.0",
    "koa-bodyparser": "4.2.1"
  },
  "devDependencies": {
    "eslint": "^7.26.0",
    "mocha": "7.1.2",
    "nyc": "15.0.0",
    "ts-node": "10.9.1",
    "typescript": "4.8.3",
    "watch": "1.0.2"
  },
  "gitHead": "6814b83e6ded988d5b499871fc6601bd4f404fb4"
}
