-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
33 lines (33 loc) · 985 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
{
"name": "@megalo/babel-preset-app",
"version": "1.0.0-alpha.5",
"description": "包装megalo工程中babel相关的配置",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/runtime": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.4",
"babel-loader": "^8.0.5"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megalojs/megalo-cli.git",
"directory": "packages/@megalo/babel-preset-app"
},
"bugs": {
"url": "https://github.com/megalojs/megalo-cli/issues"
},
"homepage": "https://github.com/megalojs/megalo-cli/tree/master/packages/@megalo/babel-preset-app#readme",
"keywords": [
"megalo",
"babel"
],
"author": "bigMeow <[email protected]> (github.com/bigmeow)",
"license": "MIT"
}