-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 989 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": "babel-watch-extra",
"version": "1.2.6",
"description": "",
"main": "lib/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/di-ninja/babel-watch-extra.git"
},
"author": "Jo <[email protected]> (https://redcat.ninja)",
"license": "MIT",
"bugs": {
"url": "https://github.com/di-ninja/babel-watch-extra/issues"
},
"bin": {
"babel-watch-extra": "./lib/cli.js"
},
"homepage": "https://github.com/di-ninja/babel-watch-extra#readme",
"dependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/traverse": "^7.1.6",
"chokidar": "^2.0.4",
"deserialize-error": "0.0.3",
"fs-extra": "^7.0.1",
"glob-to-regexp": "^0.4.0",
"js-string-escape": "^1.0.1",
"json5": "^2.1.0",
"minimist": "^1.2.0",
"nodemon": "^1.18.6",
"rimraf": "^2.6.2",
"serialize-error": "^3.0.0"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
}
}