-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 988 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
40
41
{
"name": "babel-preset-miniprogram",
"version": "1.0.2",
"description": "微信小程序 babel 构建环境预设",
"keywords": [
"babel",
"preset",
"miniprogram",
"preset-env"
],
"main": "dist/index.js",
"files": [
"data/",
"dist/"
],
"scripts": {
"build": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/wechat-miniprogram/babel-preset-miniprogram",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/babel-preset-miniprogram"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "chyizheng",
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/preset-env": "^7.12.7",
"core-js-compat": "^3.8.0",
"miniprogram-compat": "^1.0.0",
"semver": "^7.3.2"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9"
}
}