-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.npm.json
More file actions
36 lines (36 loc) · 702 Bytes
/
package.npm.json
File metadata and controls
36 lines (36 loc) · 702 Bytes
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
{
"name": "webpack-remove-empty-scripts",
"version": "1.1.1",
"description": "Webpack plugin removes empty JavaScript files generated when using styles.",
"keywords": [
"webpack",
"plugin",
"remove",
"empty",
"script",
"entry",
"style",
"scss",
"sass",
"css",
"js",
"javascript"
],
"license": "ISC",
"author": "webdiscus",
"funding": {
"type": "patreon",
"url": "https://patreon.com/biodiscus"
},
"repository": "webdiscus/webpack-remove-empty-scripts",
"main": "index.js",
"engines": {
"node": ">=12.14"
},
"peerDependencies": {
"webpack": ">=5.32.0"
},
"dependencies": {
"ansis": "4.0.0-node10"
}
}