UNPKG

@alova/adapter-uniapp

Version:

uniapp adapter for alova.js

58 lines 1.38 kB
{ "name": "@alova/adapter-uniapp", "version": "2.0.14", "description": "uniapp adapter for alova.js", "homepage": "https://alova.js.org", "main": "dist/alova-adapter-uniapp.common.cjs", "module": "dist/alova-adapter-uniapp.esm.js", "type": "module", "types": "typings/index.d.ts", "keywords": [ "hooks", "vuejs", "typescript", "vue", "request", "vue3", "superagent", "alova", "uniapp" ], "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" ], "devDependencies": { "@dcloudio/types": "^3.4.8", "@dcloudio/uni-app": "^3.0.0-3090920231225001", "@alova/mock": "2.0.17", "@alova/scripts": "1.1.1", "alova": "3.3.3" }, "peerDependencies": { "alova": "^3.0.20" }, "dependencies": { "@alova/shared": "1.3.1" }, "scripts": { "clean": "rimraf ./dist", "test": "vitest run", "test:coverage": "vitest run --coverage", "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" } }