-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 951 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
33
34
35
36
37
{
"name": "webpack-modern-build-plugin",
"version": "0.0.0-semantically-released",
"description": "Webpack plugin that integrates module / nomodule bundles in the html",
"main": "src/index.js",
"author": "Alexandru Bereghici <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/abereghici/webpack-modern-build-plugin.git"
},
"bugs": "https://github.com/abereghici/webpack-modern-build-plugin.git/issues",
"homepage": "https://github.com/abereghici/webpack-modern-build-plugin.git",
"keywords": [
"webpack",
"plugin",
"module",
"nomodule",
"html-webpack-plugin",
"module-nomodule",
"modern",
"legacy"
],
"scripts": {
"validate": ""
},
"dependencies": {
"fs-extra": "^9.0.1"
},
"peerDependencies": {
"html-webpack-plugin": "^5.0.0-alpha.10",
"webpack": "^5.6.0"
},
"engines": {
"node": ">=6.9"
}
}