-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.77 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.77 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
{
"name": "closure-compiler-npm",
"version": "20260407.0.0",
"private": true,
"type": "module",
"workspaces": {
"packages": [
"packages/google-closure-compiler-java",
"packages/google-closure-compiler-linux",
"packages/google-closure-compiler-linux-arm64",
"packages/google-closure-compiler-macos",
"packages/google-closure-compiler-windows",
"packages/google-closure-compiler"
]
},
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
"repository": {
"type": "git",
"url": "https://github.com/chadkillingsworth/closure-compiler-npm.git"
},
"contributors": [
{
"name": "Chad Killingsworth",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chadkillingsworth/closure-compiler-npm/issues"
},
"homepage": "https://developers.google.com/closure/compiler/",
"devDependencies": {
"glob": "11.1.0",
"graphlib": "2.1.8",
"jasmine": "5.10.0",
"jasmine-console-reporter": "3.1.0",
"minimist": "1.2.8",
"ncp": "2.0.0",
"semver": "7.7.2"
},
"resolutions": {
"chokidar/glob-parent": "^5.1.2",
"expand-brackets/debug": "^3.0.0",
"findup-sync/micromatch": "^4.0.8",
"glob-stream/glob-parent": "^5.1.2",
"glob-watcher": "^6.0.0",
"matchdep/micromatch": "^4.0.8",
"postcss": "^8.4.31",
"snapdragon/debug": "^3.0.0",
"yargs": "^13.3.0"
},
"scripts": {
"build": "./build-scripts/build.sh",
"test": "./build-scripts/test.sh",
"test:root": "./build-scripts/jasmine.sh --reporter=jasmine-console-reporter test/*.js",
"clean": "./build-scripts/clean.sh",
"publish-packages": "./build-scripts/publish.js"
},
"packageManager": "[email protected]"
}