-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "wechat-request",
"version": "2.7.0",
"description": "基于Promise微信小程序http请求,轻便,小巧,api友好,功能丰富",
"main": "dist/index.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"lint": "eslint -c ./.eslintrc.js --ext .js src/ --fix",
"lint-prettire": "prettier --write src/**/*.{vue,js,jsx,less}"
},
"keywords": [
"request",
"wechat",
"promise",
"http",
"微信小程序"
],
"repository": {
"type": "git",
"url": "https://github.com/hatedMe/wechat-request.git"
},
"bugs": {
"url": "https://github.com/hatedMe/wechat-request/issues"
},
"license": "ISC",
"author": "Atom <7548764@qq.com>",
"files": [
"dist",
"index.d.ts"
],
"types": "index.d.ts",
"devDependencies": {}
}