-
Notifications
You must be signed in to change notification settings - Fork 598
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "@rushstack/webpack5-module-minifier-plugin",
"version": "5.5.76",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack5-module-minifier-plugin.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/webpack5-module-minifier-plugin"
},
"engines": {
"node": ">=14.19.0"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/module-minifier": "*",
"webpack": "^5.68.0",
"@types/node": "*"
},
"dependencies": {
"@rushstack/worker-pool": "workspace:*",
"@types/tapable": "1.0.6",
"@types/estree": "1.0.5",
"tapable": "2.2.1"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"@rushstack/module-minifier": "workspace:*",
"memfs": "4.12.0",
"webpack": "~5.95.0"
},
"sideEffects": false,
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
}
}