{
  "name": "@dendronhq/api-server",
  "version": "0.122.0",
  "description": "",
  "license": "GPLv3",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/dendronhq/dendron.git",
    "directory": "packages/api-server"
  },
  "author": {
    "name": "Kevin Lin",
    "email": "kevin@thence.io",
    "url": "https://kevinslin.com"
  },
  "keywords": [],
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib && rimraf coverage",
    "format": "echo nop",
    "lint": "echo stub",
    "prepublishOnly": "yarn build",
    "prebuild": "yarn clean && yarn format && yarn lint && echo Using TypeScript && tsc --version",
    "build": "yarn compile",
    "buildCI": "yarn compile",
    "compile": "tsc -p tsconfig.build.json ",
    "coverage": "echo no-op",
    "watch": "yarn compile --watch",
    "start:local:old": "cross-env PORT=3005 LOG_LEVEL=info npx ts-node ./src/start.ts",
    "start:local": "cross-env PORT=3005 LOG_LEVEL=info nodemon --watch 'src/**/*.ts' lib/start.js",
    "local:dev:custom": "env AWS_PROFILE=dendron-dev LOCAL=true PORT=3005 LOG_LEVEL=info nodemon --watch 'server/**/*.ts' dist/server/index.js | pino-pretty | tee /tmp/out.txt",
    "start:integ:debug": "cross-env PORT=3005 TS_NODE_LOG_ERROR=1 node --inspect -r ts-node/register ./src/start.ts",
    "start:integ:watch": "cross-env PORT=3005 LOG_DST=../../logs/api-server.log LOG_LEVEL=debug npx nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts'"
  },
  "devDependencies": {
    "@types/cors": "^2.8.10",
    "@types/express": "^4.17.8",
    "@types/fs-extra": "^9.0.1",
    "@types/lodash": "^4.14.161",
    "@types/morgan": "^1.9.1",
    "@types/node": "13.11.0",
    "nodemon": "^2.0.4",
    "rimraf": "^2.6.2",
    "ts-node": "^8.10.2"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@dendronhq/common-all": "^0.122.0",
    "@dendronhq/common-server": "^0.122.0",
    "@dendronhq/engine-server": "^0.122.0",
    "@dendronhq/unified": "^0.122.0",
    "@sentry/integrations": "7.11.1",
    "@sentry/node": "7.11.1",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "express-async-handler": "^1.1.4",
    "fs-extra": "^9.0.1",
    "klaw": "^3.0.0",
    "lodash": "^4.17.20",
    "morgan": "^1.10.0",
    "querystring": "^0.2.1"
  },
  "nodemonConfig": {
    "watch": [
      "src"
    ],
    "ext": "ts, html",
    "ignore": [
      "src/public"
    ],
    "exec": "ts-node --log-error ./src/start.ts"
  },
  "gitHead": "36363cec02d4c84aa379c4795b04503ce75bbed0"
}
