-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 726 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "scripting-webpack-plugin",
"version": "1.0.2",
"description": "Integrate script running in tandem with your Webpack build process!",
"main": "dist/index.js",
"types": "./types/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "h8ngryDev4Hire",
"license": "MIT",
"devDependencies": {
"@types/webpack": "^5.28.5",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"keywords": [ "webpack", "build", "scripting", "automation", "cicd", "ci/cd", "javascript", "devops", "build process" ],
"bugs": {
"email": "monkeydev4hire@proton.me",
"url": "https://github.com/h8ngryDev4Hire/scripting-webpack-plugin/issues"
}
}