{
  "name": "@abtnode/router-provider",
  "version": "1.17.12",
  "description": "Routing engine implementations for abt node",
  "author": "polunzh <polunzh@gmail.com>",
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArcBlock/blocklet-server.git"
  },
  "scripts": {
    "lint": "eslint tests lib --ignore-pattern tests/gateway.spec.js",
    "lint:fix": "eslint --fix tests lib --ignore-pattern tests/gateway.spec.js",
    "test:generate-gateway": "node tools/generate-specs.js",
    "test:docker": "npm run test:generate-gateway && node tools/jest.js -c jest.gateway.config.js --runInBand"
  },
  "bugs": {
    "url": "https://github.com/ArcBlock/blocklet-server/issues"
  },
  "dependencies": {
    "@abtnode/constant": "1.17.12",
    "@abtnode/db-cache": "1.17.12",
    "@abtnode/logger": "1.17.12",
    "@abtnode/router-templates": "1.17.12",
    "@abtnode/util": "1.17.12",
    "@arcblock/http-proxy": "^1.19.1",
    "@arcblock/is-valid-domain": "^1.0.5",
    "@ocap/util": "1.29.27",
    "axios": "^1.7.9",
    "debug": "^4.4.1",
    "fast-glob": "^3.3.2",
    "find-process": "^1.4.7",
    "fkill": "^7.2.1",
    "fs-extra": "^11.2.0",
    "get-port": "^5.1.1",
    "lodash": "^4.17.21",
    "nginx-conf": "^1.7.0",
    "object-hash": "^3.0.0",
    "port-used": "^2.0.8",
    "promise-retry": "^2.0.1",
    "semver": "^7.6.3",
    "shelljs": "^0.8.5",
    "tar": "^6.1.11",
    "ufo": "^1.5.3",
    "valid-url": "^1.0.9"
  },
  "devDependencies": {
    "bluebird": "^3.7.2",
    "fs-extra": "^11.2.0"
  },
  "gitHead": "a851c46d35a66372b7aa8fb5d7eed7d26980da8a"
}
