{
  "name": "js-xfetch",
  "version": "1.3.1",
  "description": "A Fetch request tool wrapper, convenient global management.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/xfetch.js",
  "main-source": "lib/index.source.js",
  "module-source": "es/index.source.js",
  "unpkg-source": "dist/xfetch.source.js",
  "iife": "xfetch.min.js",
  "iife-source": "xfetch.js",
  "scripts": {
    "tsc": "tsc",
    "build": "rollup -c",
    "test": "test",
    "clear": "rimraf ./node_modules && npm run remove",
    "remove": "rimraf ./dist && rimraf ./es && rimraf ./lib",
    "doc": "typedoc --options ./typedoc.json",
    "pub": "npm install && npm run build && npm run doc && npm publish",
    "push:before": "npm run build && npm run doc"
  },
  "files": [
    "/lib",
    "/es",
    "/dist",
    "/xfetch.js",
    "/xfetch.min.js",
    "/index.d.ts",
    "/index.d.ts.map",
    "/README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pandaoh/js-xfetch.git"
  },
  "author": "hxb",
  "publisher": "hxbpandaoh@163.com",
  "blog": "http://a.biugle.cn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/pandaoh/js-xfetch/issues"
  },
  "homepage": "https://github.com/pandaoh/js-xfetch#readme",
  "keywords": [
    "xfetch",
    "js-xfetch",
    "fetch",
    "typescript",
    "rollup"
  ],
  "devDependencies": {
    "typescript": "^4.5.5",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@types/node": "^17.0.17",
    "node-cmd": "^5.0.0",
    "rollup": "^2.67.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "typedoc": "^0.22.11",
    "typedoc-plugin-markdown": "^3.11.13"
  }
}