{
  "name": "easier-axios",
  "version": "0.0.13",
  "description": "Easier to use axios with configs separated to modules",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "webpack --mode production --progress --display-modules --colors --display-reasons"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sumerliu/esaier-axios.git"
  },
  "keywords": [
    "axios",
    "modules",
    "easy",
    "manager",
    "request"
  ],
  "author": "Sumer.Liu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sumerliu/esaier-axios/issues"
  },
  "homepage": "https://github.com/sumerliu/esaier-axios#readme",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/node": "^13.9.0",
    "axios": "^0.19.2",
    "clean-webpack-plugin": "^3.0.0",
    "jest": "^25.1.0",
    "prettier": "^1.19.1",
    "ts-jest": "^25.2.1",
    "ts-loader": "^6.2.1",
    "typescript": "^3.8.3",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11"
  }
}
