{
  "name": "jshttp",
  "version": "0.5.6",
  "description": "基于 Axios 的 HTTP 请求库，内置了一些常用功能，支持在任何 Javascript 环境下运行",
  "main": "index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "test": "mocha test/**/*.test.js",
    "gp": "git push && git push --tag",
    "publish-to-npm": "nrm use npm && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inlym/jshttp.git"
  },
  "keywords": [
    "axios",
    "request",
    "http",
    "https",
    "miniprogram",
    "node",
    "inlym"
  ],
  "author": "inlym",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inlym/jshttp/issues"
  },
  "homepage": "https://github.com/inlym/jshttp#readme",
  "peerDependencies": {
    "axios": "*"
  },
  "devDependencies": {
    "mocha": "^8.4.0"
  },
  "dependencies": {
    "crypto-js": "^4.0.0"
  }
}
