UNPKG

axios-wechat-adapter

Version:

axios微信小程序适配器,可以复用web或者node上的axios请求

43 lines (42 loc) 1.07 kB
{ "name": "axios-wechat-adapter", "version": "0.0.9", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "git@github.com:jaluik/axios-wechat-adapter.git", "author": "jaluik <cqzhengmouren@gmail.com>", "license": "MIT", "scripts": { "dev": "tsc -w --sourceMap", "test": "jest --collectCoverage", "build": "rimraf ./dist && tsc", "release": "npm version patch", "postversion": "git push --follow-tags" }, "peerDependencies": { "axios": "0.x" }, "devDependencies": { "@babel/core": "^7.13.16", "@babel/preset-env": "^7.13.15", "@babel/preset-typescript": "^7.13.0", "@types/jest": "^26.0.23", "axios": "^0.21.1", "babel-jest": "^26.6.3", "jest": "^26.6.3", "rimraf": "^3.0.2", "typescript": "^4.2.4" }, "keywords": [ "微信小程序", "axios", "wechat", "axios-adapter" ], "description": "axios微信小程序适配器,可以复用web或者node上的axios请求", "homepage": "https://github.com/jaluik", "files": [ "dist/", "src/" ] }