-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@semibold/closure-compiler-plugin",
"version": "4.0.0",
"description": "Google Closure Compiler plugin for Webpack 4+",
"main": "src/index.js",
"scripts": {
"test:javaCompiler": "rimraf test/dist && webpack --config test/webpack.config_1.js",
"test:jsCompiler": "rimraf test/dist && webpack --config test/webpack.config_2.js",
"test": "rimraf test/dist && webpack --config test/webpack.config_1.js && webpack --config test/webpack.config_2.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Semibold/Closure-Compiler-Plugin.git"
},
"keywords": [
"webpack",
"closure",
"compiler",
"plugin",
"optimization",
"tree",
"shaking"
],
"author": "Aqours",
"license": "MIT",
"bugs": {
"url": "https://github.com/Semibold/Closure-Compiler-Plugin/issues"
},
"homepage": "https://github.com/Semibold/Closure-Compiler-Plugin#readme",
"engines": {
"node": ">=8.9.0"
},
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"async": "2.6.1",
"google-closure-compiler": "20181028.0.1",
"temp": "0.8.3",
"webpack": "4.26.1",
"webpack-sources": "1.0.1"
},
"devDependencies": {
"@types/webpack": "4.4.19",
"css-loader": "1.0.1",
"husky": "1.2.0",
"prettier": "1.15.2",
"pretty-quick": "1.8.0",
"rimraf": "2.6.2",
"webpack-cli": "3.1.2"
}
}