-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 984 Bytes
/
package.json
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
35
36
37
38
39
{
"name": "wx-api-promisify",
"version": "0.2.1",
"description": "promisify微信小程序API",
"main": "dist/wx-api-promisify.umd.js",
"module": "dist/wx-api-promisify.esm.js",
"types": "index.d.ts",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vv13/wx-api-promisify.git"
},
"keywords": [
"promise"
],
"author": "vv13",
"license": "MIT",
"bugs": {
"url": "https://github.com/vv13/wx-api-promisify/issues"
},
"homepage": "https://github.com/vv13/wx-api-promisify#readme",
"files": [
"dist",
"index.d.ts"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"rollup": "^0.67.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0"
}
}