-
Notifications
You must be signed in to change notification settings - Fork 607
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "@rushstack/webpack-embedded-dependencies-plugin",
"version": "0.2.74",
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
"main": "lib/index.js",
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/webpack-embedded-dependencies-plugin"
},
"scripts": {
"build": "heft build --clean",
"test": "heft run --only test",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
},
"peerDependencies": {
"webpack": "^5.35.1"
},
"peerDependenciesMeta": {
"webpack": {
"optional": true
}
},
"devDependencies": {
"@rushstack/webpack-plugin-utilities": "workspace:*",
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"webpack": "~5.95.0",
"memfs": "4.12.0"
}
}