init
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "uniapp-axios-adapter",
|
||||
"version": "0.3.2",
|
||||
"description": "axios adapter for uni.request",
|
||||
"main": "lib/index.esm.js",
|
||||
"scripts": {
|
||||
"release": "release-it",
|
||||
"prebuild": "yarn release",
|
||||
"build": "rollup -c && yarn zip",
|
||||
"zip": "zip -r uniapp-axios-adapter.zip lib index.d.ts README.md CHANGELOG.md package.json"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"require": "./lib/index.cjs.js",
|
||||
"import": "./lib/index.esm.js"
|
||||
}
|
||||
},
|
||||
"typings": "index.d.ts",
|
||||
"files": [
|
||||
"lib",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"axios",
|
||||
"uni-app",
|
||||
"adapter",
|
||||
"小程序",
|
||||
"微信小程序",
|
||||
"请求"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zxfd/uniapp-axios-adapter"
|
||||
},
|
||||
"author": "zxiaofoo@qq.com",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@release-it/conventional-changelog": "^5.1.1",
|
||||
"release-it": "^15.5.0",
|
||||
"rollup": "^3.2.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"axios": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user