-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.38 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "@iro/wechat-adapter",
"version": "1.2.6",
"description": "A super small adapter for wechat mini game.",
"main": "dist/wechat-adapter.min.js",
"module": "dist/wechat-adapter.es.js",
"browserslist": [
"android >= 5",
"ios >= 8"
],
"scripts": {
"build": "rm -fr dist & rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JetLua/wechat-adapter.git"
},
"keywords": [
"wechat-mini-game",
"adapter",
"wechat-mini-program"
],
"author": "JetLu",
"license": "MIT",
"bugs": {
"url": "https://github.com/JetLua/wechat-adapter/issues"
},
"homepage": "https://github.com/JetLua/wechat-adapter#readme",
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.22.5",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@babel/runtime": "^7.22.6",
"@babel/runtime-corejs3": "^7.22.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}