ez-axios
Version:
48 lines • 1.16 kB
JSON
{
"name": "ez-axios",
"version": "1.1.1",
"description": "基于axios的在封装",
"keywords": [
"axios",
"二次封装"
],
"main": "dist/ez-axios.umd.js",
"module": "dist/ez-axios.mjs",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint --fix --ext .ts,.vue src"
},
"dependencies": {
"axios": "^1.11.0",
"qs": "^6.14.0"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@types/qs": "^6.14.0",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"vite": "^7.0.2",
"vite-plugin-dts": "^4.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LazyCat404/ez-axios.git"
},
"author": "LazyCat404",
"license": "MIT",
"files": [
"dist",
"README",
"package.json"
],
"bugs": {
"url": "https://github.com/LazyCat404/ez-axios/issues"
},
"homepage": "https://github.com/LazyCat404/ez-axios#readme"
}