forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 949 Bytes
/
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
{
"name": "@rushstack/webpack-deep-imports-plugin",
"version": "0.0.0",
"description": "This plugin creates a bundle and commonJS files in a 'lib' folder mirroring modules in another 'lib' folder.",
"main": "lib/index.js",
"typings": "dist/webpack-deep-imports-plugin.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/webpack-deep-imports-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": {
"webpack": "^5.68.0"
},
"devDependencies": {
"local-node-rig": "workspace:*",
"@rushstack/heft": "workspace:*",
"webpack": "~5.82.1"
},
"sideEffects": false,
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
}
}