{
  "name": "typescript-boot",
  "version": "2.0.5",
  "description": "typescript-boot, This is a scaffolding that allows you to quickly start developing api interface services using typescript",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc -d --outDir ./lib ./src/index.ts",
    "test": "nodemon --watch \"src/**/*.ts\" --ignore \"node_modules/**/*\" --exec ts-node test/index.ts",
    "test-redis": "ts-node test/test-redis.ts",
    "game": "ts-node test/game.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seeksdream/typescript-boot.git"
  },
  "author": "",
  "dependencies": {
    "axios": "^1.13.2",
    "colors": "^1.4.0",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.6",
    "cross-env": "7.0.2",
    "crypto": "^1.0.1",
    "crypto-js": "^4.2.0",
    "express": "5.1.0",
    "express-session": "1.18.2",
    "helmet": "^4.2.0",
    "http-errors": "^1.8.0",
    "http-proxy-middleware": "^3.0.5",
    "jsonwebtoken": "^9.0.2",
    "lodash": "^4.17.20",
    "md5": "^2.3.0",
    "md5-node": "^1.0.1",
    "moment": "^2.29.1",
    "morgan": "^1.10.0",
    "multiparty": "^4.2.3",
    "mysql2": "^3.14.1",
    "node-fetch": "^2.6.1",
    "nodemailer": "^7.0.11",
    "nodemon": "^3.0.1",
    "reflect-metadata": "^0.1.13",
    "request": "^2.88.2",
    "request-promise": "^4.2.6",
    "shortuuid": "^0.1.0",
    "ts-node": "9.0.0",
    "typescript": "5.9.3",
    "url": "^0.11.0",
    "uuid": "^9.0.0",
    "ws": "^7.0.0",
    "vizion": "^2.2.1",
    "yarn": "^1.22.22"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-typescript": "^7.10.4",
    "@types/chai": "4.2.12",
    "@types/chai-as-promised": "7.1.3",
    "@types/colors": "^1.2.1",
    "@types/cookie-parser": "^1.4.4",
    "@types/cors": "2.8.6",
    "@types/crypto-js": "^4.2.2",
    "@types/express": "5.0.5",
    "@types/faker": "^5.1.4",
    "@types/http-proxy": "^1.16.2",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/lodash": "^4.14.165",
    "@types/mocha": "8.0.3",
    "@types/morgan": "^1.9.5",
    "@types/multiparty": "^0.0.36",
    "@types/mysql": "^2.15.21",
    "@types/node": "^20.19.25",
    "@types/nodemailer": "^6.4.9",
    "@types/passport": "1.0.4",
    "@types/passport-http": "0.3.8",
    "@types/passport-local": "^1.0.33",
    "@types/request-promise": "^4.1.48",
    "@types/sinon": "9.0.8",
    "@types/sinon-chai": "3.2.4",
    "@types/supertest": "2.0.10",
    "@typescript-eslint/eslint-plugin": "^8.48.0",
    "@typescript-eslint/parser": "^8.48.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-prettier": "^3.1.4",
    "ioredis": "^5.3.2",
    "mysql": "^2.18.1"
  }
}
