-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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": "htmls-webpack-plugin",
"version": "2.0.2",
"description": "A simple, fast, flexible and multiple html webpack plugin.",
"main": "lib/index.js",
"types": "lib/index",
"repository": "https://github.com/zaaack/htmls-webpack-plugin",
"author": "zaaack",
"license": "MIT",
"scripts": {
"test": "foy test",
"build": "foy build",
"preversion": "foy test && foy build && git add -A"
},
"files": [
"lib",
"src/index.ts"
],
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"foy": "^0.2.3",
"mocha": "^5.2.0",
"ts-node": "^8.0.2",
"tsconfig-paths": "^3.7.0",
"typescript": "^4.2.3",
"webpack": "^5.27.2"
},
"peerDependencies": {
"webpack": "^5"
},
"dependencies": {
"ejs": "^2.6.1"
}
}