-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.22 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
{
"name": "@korodrogerie/webpack-plugin-mark-as-assets",
"version": "1.0.1",
"description": "Webpack plugin which allows you to mark your Shopware 6 plugins as assets, so they're excluded from Shopware's all.js. The bundled JavaScript file can be included in your storefront theme where you want it.",
"main": "src/index.js",
"scripts": {
"changelog": "auto-changelog --config .auto-changelog && git add CHANGELOG.md && git commit -m \"NTR - Updates changelog\"",
"release": "release-it",
"release:dry-run": "release-it --dry-run"
},
"keywords": [
"webpack",
"plugin",
"shopware"
],
"repository": {
"type": "git",
"url": "git+https://github.com/KoRoHandelsGmbH/webpack-plugin-mark-as-assets.git"
},
"bugs": {
"url": "https://github.com/KoRoHandelsGmbH/webpack-plugin-mark-as-assets/issues"
},
"homepage": "https://github.com/KoRoHandelsGmbH/webpack-plugin-mark-as-assets#readme",
"author": "klarstil",
"license": "MIT",
"devDependencies": {
"@release-it/bumper": "^4.0.0",
"@release-it/keep-a-changelog": "^3.1.0",
"auto-changelog": "^2.4.0",
"release-it": "^15.4.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16"
}
}