{
  "name": "axios-caps",
  "version": "0.0.7-beta.1",
  "license": "MIT",
  "description": "基于axios进行二次封装 接口库",
  "keywords": [
    "axios"
  ],
  "repository": {
		"type": "git",
		"url": "https://github.com/hugo429586472/axios-caps"
	},
  "private": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/cjs/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "lib",
    "README.md"
  ],
  "scripts": {
    "test": "node --experimental-specifier-resolution=node example/index.js",
    "ts-test": "ts-node example/index.ts",
    "build": "tsc -p tsconfig.json",
    "build:cjs": "tsc -p cjs-tsconfig.json"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "path-browserify": "^1.0.1",
    "qs": "^6.10.1",
    "yaml": "^1.10.2"
  },
  "devDependencies": {
    "@types/node": "^16.4.13",
    "ts-node": "^9.2.0",
    "typescript": "^4.3.2"
  }
}
