{
  "name": "@onebro/appmaster",
  "version": "2.5.4",
  "description": "AppMaster Vars",
  "author": "OneBrother",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "npm run serve",
    "build": "npm run build-ts && npm run tslint",
    "serve": "node dist/server.js",
    "watch-node": "nodemon dist/server.js",
    "watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
    "clear-test": "jest --clearCache",
    "test": "jest --runInBand --detectOpenHandles --verbose",
    "watch-test": "npm run test -- --watchAll",
    "build-ts": "tsc",
    "watch-ts": "tsc -w",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "debug": "npm run build && npm run watch-debug",
    "serve-debug": "nodemon --inspect dist/index.js",
    "watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run serve-debug\""
  },
  "dependencies": {
    "@onebro/oba-common": "^2.3.0",
    "@types/socket.io": "^2.1.11",
    "@types/socket.io-client": "^1.4.34",
    "bluebird": "^3.7.2",
    "body-parser": "^1.19.0",
    "compression": "^1.7.4",
    "config": "^3.3.1",
    "connect-mongo": "^3.2.0",
    "cookie-parser": "^1.4.5",
    "cors": "^2.8.5",
    "csurf": "^1.11.0",
    "errorhandler": "^1.5.1",
    "express": "^4.17.1",
    "express-flash": "0.0.2",
    "express-list-endpoints": "^5.0.0",
    "express-session": "^1.17.1",
    "express-validator": "^6.6.1",
    "helmet": "^3.23.3",
    "jsonwebtoken": "^8.5.1",
    "lusca": "^1.6.1",
    "mongodb": "^3.6.2",
    "mongoose": "^5.10.9",
    "morgan": "^1.10.0",
    "passport": "^0.4.1",
    "pug": "^3.0.0",
    "request": "^2.88.2",
    "rxjs": "^6.6.3",
    "socket.io": "^2.3.0",
    "socket.io-client": "^2.3.1",
    "winston": "^3.3.3"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.32",
    "@types/compression": "^1.7.0",
    "@types/config": "0.0.34",
    "@types/cookie-parser": "^1.4.2",
    "@types/cors": "^2.8.7",
    "@types/csurf": "^1.9.36",
    "@types/errorhandler": "^1.5.0",
    "@types/express": "^4.17.7",
    "@types/express-flash": "0.0.2",
    "@types/express-list-endpoints": "^4.0.1",
    "@types/express-session": "^1.17.0",
    "@types/helmet": "0.0.47",
    "@types/jest": "^24.9.1",
    "@types/lusca": "^1.6.2",
    "@types/mongoose": "^5.7.36",
    "@types/morgan": "^1.9.1",
    "@types/node": "^12.12.58",
    "@types/passport": "^1.0.4",
    "@types/supertest": "^2.0.10",
    "concurrently": "^5.3.0",
    "jest": "^24.9.0",
    "nodemon": "^1.19.1",
    "supertest": "^4.0.2",
    "ts-jest": "^26.3.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typescript": "^3.9.7"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onebrother21/am-app.git"
  },
  "bugs": {
    "url": "https://github.com/onebrother21/am-app/issues"
  },
  "homepage": "https://github.com/onebrother21/am-appr#readme"
}
