-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
39
40
41
42
43
44
{
"name": "@bndynet/header-injection-webpack-plugin",
"version": "4.0.2",
"description": "Webpack plugin for injecting header to text files, like copyright...",
"main": "index.js",
"scripts": {
"start": "cd test && npm start",
"build": "cd test && npm run build",
"lint": "eslint ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bndynet/header-injection-webpack-plugin.git"
},
"keywords": [
"webpack 4",
"webpack plugin",
"header",
"comment",
"copyright"
],
"author": "Bendy Zhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/bndynet/header-injection-webpack-plugin/issues"
},
"homepage": "https://github.com/bndynet/header-injection-webpack-plugin#readme",
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"webpack-log": "^2.0.0"
}
}