{
  "name": "@whale2002/ts-axios",
  "version": "1.0.0",
  "description": "rewrite axios in typescript",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "dev": "father dev",
    "build": "pnpm run clean && father build",
    "build:deps": "father prebundle",
    "prepublishOnly": "father doctor && npm run build"
  },
  "keywords": [
    "axios",
    "typescript",
    "ts-axios"
  ],
  "authors": [],
  "license": "MIT",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "father": "^4.3.7",
    "rimraf": "^5.0.5"
  },
  "author": {
    "name": "haoyu.qin",
    "email": "bjfuchin@gmail.com",
    "url": "https://github.com/whale2002"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/whale2002/ts-axios.git"
  },
  "homepage": "https://github.com/whale2002/ts-axios#readme"
}