-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 993 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
36
37
38
39
40
41
{
"name": "@dyve/eleventy-plugin-readable-html",
"version": "1.0.0",
"description": "@11ty plugin display minified html in human readable form",
"main": "plugin/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dyve-dev/eleventy-plugin-readable-html.git"
},
"keywords": [
"11ty",
"eleventy",
"readable",
"minified",
"html",
"dyve.dev"
],
"author": "dyve.dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dyve-dev/eleventy-plugin-readable-html/issues"
},
"homepage": "https://github.com/Dyve-dev/eleventy-plugin-readable-html#readme",
"dependencies": {
"colors": "^1.4.0",
"debug": "^4.3.1",
"pretty": "^2.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^14.14.22",
"@types/pretty": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}