{
  "name": "@emooa/http",
  "version": "0.0.20",
  "description": "Emooa axios http",
  "author": "heiemooa <243973775@qq.com>",
  "homepage": "https://docs.emooa.com/plugin/http",
  "keywords": [
    "axios",
    "http",
    "ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/heiemooa/emooa.git"
  },
  "license": "ISC",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "directories": {
    "lib": "esm",
    "test": "__tests__"
  },
  "files": [
    "esm",
    "cjs"
  ],
  "scripts": {
    "test": "jest",
    "rimraf": "rimraf esm && rimraf cjs",
    "build": "yarn run rimraf && rollup -c"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.5",
    "jest": "^29.7.0",
    "rollup": "^4.9.4"
  },
  "dependencies": {
    "@emooa/icon": "^0.0.14",
    "@emooa/ui": "^0.0.38",
    "axios": "^1.5.1",
    "lodash.merge": "^4.6.2",
    "react": "^18.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "54a89c0f5be12c1828b5c2155ab13b3fd07c39b8"
}
