-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@wecdev/webpack-file-operations",
"description": "File and directory operation collection for webpack build. You can attach any of these operations (delete, create, modify, merge json, etc...) to any webpack hook with webpack-hook-attacher-plugin",
"version": "5740.0.6",
"author": {
"name": "Roland Szikora",
"email": "[email protected]",
"url": "https://wecdev.com"
},
"bugs": {
"url": "https://github.com/rszik/webpack-file-operations/issues"
},
"homepage": "https://github.com/rszik/webpack-file-operations#readme",
"repository": {
"type": "git",
"url": "https://github.com/rszik/webpack-file-operations.git"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/rolandszik"
},
"keywords": [
"webpack",
"hook",
"attach",
"delete",
"create",
"modify",
"zip",
"merge json"
],
"license": "AGPL-3.0",
"private": false,
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"deprecated": false,
"dependencies": {
"fs-extra": "9.1.0",
"glob": "8.0.3",
"zip-local": "0.3.5",
"@wecdev/webpack-hook-attacher-plugin": "5740.0.6",
"webpack": "5.74.0"
},
"devDependencies": {
"@types/node": "12.20.55",
"typescript": "4.3.5",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.1.1"
}
}