-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 929 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
{
"name": "html-webpack-script-attributes-plugin",
"version": "2.0.2",
"description": "Addon for the html-webpack-plugin to customize the script attributes of script tag.",
"main": "lib/index.js",
"scripts": {
"demo": "webpack --config ./demo/webpack.config.ts",
"pub": "npm run clean && npx tsc --build tsconfig.json && npm publish",
"clean": "rm -rf lib"
},
"author": "zhoucheng <11467423@qq.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/zhouchengi/html-webpack-script-attributes-plugin.git"
},
"keywords": [
"webpack",
"html-webpack-plugin"
],
"files": [
"lib"
],
"peerDependencies": {
"html-webpack-plugin": ">=4.0.0",
"webpack": ">=4.0.0"
},
"devDependencies": {
"html-webpack-plugin": "^4.5.0",
"ts-node": "^9.1.0",
"typescript": "^4.1.2",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0"
}
}