{
  "name": "restful-decorator",
  "version": "1.0.61",
  "description": "",
  "license": "ISC",
  "author": "",
  "main": "./lib/index.js",
  "scripts": {
    "coverage": "npx nyc npm run test",
    "lint": "npx eslint lib/**/*.ts",
    "test": "npx mocha --debug --require ts-node/register !(node_modules)/**/*.{test,spec}.{ts,tsx}",
    "preversion": "yarn run test",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort"
  },
  "dependencies": {
    "@bluelovers/axios-extend": "^1.0.46",
    "axios": "^0.21.1",
    "axios-cache-adapter": "^2.7.3",
    "axios-cookiejar-support": "^1.0.1",
    "bluebird": "^3.7.2",
    "debug-color2": "^1.2.7",
    "get-http-result-url": "^1.0.8",
    "http-form-urlencoded": "^1.0.24",
    "lazy-cookies": "^1.0.38",
    "lazy-url": "^1.0.18",
    "lodash": "^4.17.21",
    "lodash-decorators": "^6.0.1",
    "moment": "^2.29.1",
    "reflect-metadata": "^0.1.13",
    "reflect-metadata-util": "^1.0.14",
    "router-uri-convert": "^1.0.26",
    "ts-enum-util": "^4.0.2",
    "ts-type": "^1.2.39",
    "tslib": "^2.3.1",
    "typed-http-headers": "^1.0.7"
  },
  "peerDependencies": {
    "tough-cookie": "*"
  },
  "gitHead": "7a6fd38a73af7b1462c79813ca36f4ce69d7488d"
}
