-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.86 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.86 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@jgbjs/plugin-babel",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"typings": "typings/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jgbjs/jgb.git"
},
"homepage": "https://github.com/jgbjs/jgb",
"scripts": {
"build:ts": "tsc -p tsconfig.json",
"build:ts-nd": "tsc -p tsconfig.json --allowjs --declaration false",
"build": "npm-run-all --parallel build:*",
"clean": "rimraf ./lib",
"watch": "npm-run-all --parallel \"build:* -- --watch\"",
"prepublishOnly": "yarn run clean && yarn run build"
},
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.3.4",
"@babel/generator": "^7.3.4",
"@babel/parser": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/template": "^7.2.2",
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4",
"@jgbjs/shared": "^2.0.0-alpha.1",
"babel-plugin-transform-miniprogram": "^0.5.1",
"babylon": "^6.18.0",
"babylon-walk": "^1.0.2",
"browserslist": "^4.0.1",
"chalk": "^2.4.1",
"debug": "^4.1.1",
"node-libs-browser": "^2.1.0",
"semver": "^5.5.0",
"terser": "^3.8.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@types/babel-core": "^6.25.5",
"@types/babel-traverse": "^6.25.4",
"@types/babel-types": "7.0.6",
"@types/babylon": "^6.16.3",
"@types/debug": "^4.1.2",
"@types/jest": "^24.0.9",
"@types/node": "^11.9.6",
"@types/semver": "^5.5.0",
"jest": "^24.1.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.6.2",
"ts-jest": "^24.0.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"typescript": "3.3.3333"
},
"gitHead": "49688f4591472560ab783b4fa535026dd3b62eef"
}