UNPKG

axios-ex

Version:

A integration solution of axios for large enterprise projects

135 lines (134 loc) 3.61 kB
{ "name": "axios-ex", "description": "A integration solution of axios for large enterprise projects", "version": "2.6.0", "packageManager": "pnpm@8.9.0", "main": "dist/index.cjs.js", "module": "dist/index.esm-bundler.js", "browser": "dist/index.esm-browser.js", "unpkg": "dist/index.global.prod.js", "jsdelivr": "dist/index.global.prod.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "module": "./dist/index.esm-bundler.js", "require": "./dist/index.cjs.js", "import": "./dist/index.mjs" }, "./*": "./*" }, "directories": { "dist": "dist", "src": "src" }, "files": [ "dist", "typings" ], "scripts": { "build": "run-s clean build:{bundle,types}", "build:bundle": "tscjs scripts/build", "build:types": "tsc -p src/tsconfig.json && pnpm roll-types", "build:docs": "rm-all docs && typedoc && prettier --write \"**/*.md\"", "deploy": "sh scripts/deploy.sh", "roll-types": "api-extractor run && rm-all temp", "watch": "pnpm build:bundle -w", "pub": "tscjs scripts/publish", "unpub": "tscjs scripts/unpublish", "sync": "tscjs scripts/sync", "workflow:publish-test": "zx scripts/workflow.mjs", "clean": "rm-all dist es lib", "dist": "run-s eslint prettier build", "test-unit": "jest --filter ./scripts/filter-unit.js", "jest": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --coverage", "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "eslint": "eslint --fix .", "prettier": "prettier --write \"**/*.{js,ts,jsx,tsx,yml,json,md}\"" }, "dependencies": { "axios": "^0.27.2", "is-retry-allowed": "^3.0.0", "js-cool": "^5.11.0", "tslib": "^2.6.2" }, "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "@babel/preset-typescript": "^7.23.0", "@eslint-sets/eslint-config-ts": "^5.9.0", "@microsoft/api-extractor": "^7.38.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.5", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/jest": "^29.5.5", "@types/node": "^20.8.4", "chalk": "^5.3.0", "core-js": "^3.33.0", "coveralls": "^3.1.1", "cross-env": "^7.0.3", "esbuild": "^0.19.4", "eslint": "^8.51.0", "fast-glob": "^3.3.1", "jest": "^29.7.0", "load-yml": "^1.4.0", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", "prettier-config-common": "^1.4.0", "reinstaller": "^3.0.2", "rm-all": "^1.1.1", "rollup": "^4.0.2", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-inject-code": "^1.1.0", "rollup-plugin-visualizer": "^5.9.2", "ts-jest": "^29.1.1", "ts-morph": "^20.0.0", "tsnd": "^1.1.0", "typedoc": "^0.25.2", "typedoc-plugin-markdown": "^3.16.0", "typescript": "^5.2.2", "zx": "^7.2.3" }, "peerDependencies": { "axios": "< 1" }, "sideEffects": false, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "tslib", "webpack" ], "allowedVersions": { "eslint": "^8.0.0" } } }, "keywords": [ "axios", "plugin", "extension", "Promise", "axios-ex", "axios-plugin", "axios-extend", "saqqdy" ], "license": "MIT", "author": "saqqdy <https://github.com/saqqdy>", "homepage": "https://github.com/saqqdy/axios-ex#readme", "bugs": { "url": "https://github.com/saqqdy/axios-ex/issues" }, "repository": { "type": "git", "url": "git+https://github.com/saqqdy/axios-ex.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" } }