-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "closure-tools-helper",
"description": "Provides utility functionalities to call closure tools in nodejs.",
"keywords": [
"closure-library",
"closure-compiler",
"closure-stylesheets",
"closure-templates"
],
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "LGPL",
"author": {
"name": "theseanl",
"email": "i73hi64d0wr5df8pckig@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theseanl/closure-tools-helper.git"
},
"homepage": "https://github.com/theseanl/closure-tools-helper",
"bugs": {
"url": "https://github.com/theseanl/closure-tools-helper/issues"
},
"scripts": {
"distill": "ts-node script/build_closure_deps.ts"
},
"dependencies": {
"closure-library.ts": "^1.0.0",
"esprima": "^4.0.0",
"estraverse": "^4.2.0",
"fancy-log": "^1.3.2",
"fast-glob": "^2.1.0",
"fs-extra": "^5.0.0",
"google-closure-compiler": "^20180610.0.2",
"google-closure-library": "20180506.0.0",
"vinyl": "^2.1.0"
},
"devDependencies": {
"@types/node": "^9.4.6",
"@types/vinyl": "^2.0.2",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
}
}