forked from BlackBeltTechnology/pandino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 997 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
38
39
40
{
"name": "@pandino/webpack-plugin-generate-manifest",
"version": "0.8.24",
"description": "Utility plugin to help manage Pandino Manifest file generation / maintenance",
"main": "src/index.js",
"scripts": {
"test": "webpack"
},
"keywords": [
"pandino",
"webpack",
"plugin",
"manifest",
"generate"
],
"author": "Norbert Herczeg <[email protected]>",
"homepage": "https://github.com/BlackBeltTechnology/pandino",
"repository": {
"type": "git",
"url": "https://github.com/BlackBeltTechnology/pandino.git",
"directory": "packages/@pandino/webpack-plugin-generate-manifest"
},
"bugs": {
"url": "https://github.com/BlackBeltTechnology/pandino/issues"
},
"engines": {
"node": ">=14.9.0"
},
"publishConfig": {
"access": "public"
},
"license": "EPL-2.0",
"dependencies": {
"@pandino/manifest-generator": "^0.8.24"
},
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}