forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 939 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
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "1.0.68",
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
"typings": "dist/hashed-folder-copy-plugin.d.ts",
"main": "lib/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/hashed-folder-copy-plugin"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"webpack": "^5.68.0"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"fast-glob": "~3.3.1"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@types/estree": "1.0.5",
"local-node-rig": "workspace:*",
"memfs": "4.12.0",
"webpack": "~5.95.0"
}
}