-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 KB
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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "html-webpack-inline-code-plugin",
"version": "1.0.1",
"description": "Inline Code tag for the HTML Webpack Plugin",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "",
"pretest": "semistandard",
"commit": "git-cz",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "https://github.com/cklwblove/html-webpack-inline-code-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"inline-code",
"template"
],
"author": "lwbhtml@163.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/cklwblove/html-webpack-inline-code-plugin/issues"
},
"homepage": "https://github.com/cklwblove/html-webpack-inline-code-plugin",
"devDependencies": {
"@types/webpack": "^4.4.16",
"commitizen": "3.0.2",
"cz-conventional-changelog": "2.1.0",
"html-webpack-plugin": "^3.2.0",
"semistandard": "^12.0.1",
"standard-version": "8.0.1",
"webpack": "^4.20.2"
},
"peerDependencies": {
"html-webpack-plugin": "^2.0.0 || ^3.0.0",
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"engines": {
"node": ">=6.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}