{
  "name": "fast-tracker-node",
  "version": "1.1.1-beta.2",
  "description": "天眼nodejs探针",
  "main": "lib/index.js",
  "scripts": {
    "dev": "nodemon --watch 'src/**/*.ts' --exec ts-node src/index.ts",
    "build": "cd src && cross-env NODE_ENV=production tsc",
    "build:test": "cd test && cross-env NODE_ENV=production tsc",
    "clear": "cross-env rm -rf ./lib",
    "test": "cross-env FastTracker_ConfigPath=./FastTracker.json ts-node test/index.ts",
    "async": "ts-node test/async.ts",
    "test:release": "cross-env NODE=production ts-node test/index.ts",
    "test:wrk": "cross-env NODE=production ts-node test/wrk/index.ts"
  },
  "keywords": [
    "fast-tracker",
    "opentracing",
    "nodejs",
    "mysoft"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.mypaas.com.cn:fast/v3/probe/nodejs.git"
  },
  "author": "jiangzq",
  "license": "ISC",
  "devDependencies": {
    "@nestjs/common": "^8.4.3",
    "@nestjs/core": "^8.4.3",
    "@nestjs/platform-express": "^8.4.3",
    "@types/express": "^4.17.11",
    "@types/node": "^14.14.37",
    "@typescript-eslint/eslint-plugin": "^4.20.0",
    "@typescript-eslint/parser": "^4.20.0",
    "amqplib": "^0.7.1",
    "axios": "^0.21.1",
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "cross-env": "^7.0.3",
    "eslint": "^7.23.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^5.0.0",
    "express": "^4.17.1",
    "find-my-way": "^4.1.0",
    "glob": "^7.1.6",
    "ioredis": "^4.27.2",
    "mongodb": "^3.6.6",
    "mongoose": "^5.12.3",
    "mysql": "^2.18.1",
    "nodemon": "^2.0.7",
    "package-tls": "^1.2.2",
    "pg": "^8.5.1",
    "redis": "^3.1.1",
    "reflect-metadata": "^0.1.13",
    "rollup-plugin-terser": "^7.0.2",
    "rxjs": "^6.6.7",
    "ts-node": "^9.1.1",
    "tslib": "^2.0.3",
    "typescript": "^4.2.3",
    "lodash": "^4.17.21"
  },
  "dependencies": {
    "bluebird": "3.7.2",
    "uuid": "8.3.2",
    "winston": "3.3.3"
  },
  "typings": "lib/index.d.ts"
}
