forked from microsoft/rushstack
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "@rushstack/webpack5-module-minifier-plugin",
"version": "5.1.16",
"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 build --clean",
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/module-minifier": "*",
"webpack": "^5.68.0"
},
"dependencies": {
"@rushstack/worker-pool": "workspace:*",
"@types/node": "12.20.24",
"@types/tapable": "1.0.6",
"tapable": "2.2.1"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@rushstack/module-minifier": "workspace:*",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
"memfs": "3.4.3",
"webpack": "~5.68.0"
},
"sideEffects": false
}