forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 KB
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
{
"name": "@rushstack/heft-rspack-plugin",
"version": "0.0.0",
"description": "Heft plugin for Rspack",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-rspack-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "dist/heft-rspack-plugin.d.ts",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^1.1.4",
"@rspack/core": "^1.6.0-beta.0"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"tapable": "2.3.0",
"@rspack/dev-server": "^1.1.4",
"webpack": "~5.98.0"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@rushstack/terminal": "workspace:*",
"eslint": "~9.37.0",
"local-node-rig": "workspace:*",
"@rspack/core": "~1.6.0-beta.0"
}
}