UNPKG

@alova/adapter-axios

Version:

axios adapter for alova.js

61 lines 1.42 kB
{ "name": "@alova/adapter-axios", "version": "2.0.20", "description": "axios adapter for alova.js", "homepage": "https://alova.js.org", "main": "dist/alova-adapter-axios.common.cjs", "module": "dist/alova-adapter-axios.esm.js", "types": "typings/index.d.ts", "type": "module", "keywords": [ "hooks", "vuejs", "typescript", "vue", "request", "vue3", "superagent", "alova", "react", "svelte", "axios" ], "jsdelivr": "dist/alova-adapter-axios.umd.min.js", "unpkg": "dist/alova-adapter-axios.umd.min.js", "publishConfig": { "access": "public" }, "author": "Scott Hu", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/alovajs/alova.git" }, "bugs": { "url": "https://github.com/alovajs/alova/issues" }, "files": [ "dist", "typings/*.d.ts" ], "peerDependencies": { "alova": "^3.0.20", "axios": ">=0.4.0" }, "devDependencies": { "form-data": "^4.0.0", "@alova/mock": "2.0.22", "@alova/scripts": "1.1.1", "alova": "3.5.3" }, "dependencies": { "@alova/shared": "1.3.4" }, "scripts": { "clean": "rimraf ./dist", "test": "vitest run", "build": "npm run clean && alova-scripts build", "coveralls": "npm run test:coverage && coveralls < coverage/lcov.info", "changelog": "conventional-changelog -p angular -u -i CHANGELOG.md -s -r 0" } }