forked from LeaVerou/htest
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1014 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
42
{
"name": "htest.dev",
"version": "0.0.9",
"description": "",
"scripts": {
"test": "node tests/index.js",
"build:html": "npx @11ty/eleventy --config=_build/.eleventy.cjs",
"build": "npm run build:html",
"watch:html": "npx @11ty/eleventy --config=_build/.eleventy.cjs --watch",
"watch": "npm run watch:html"
},
"type": "module",
"exports": {
"import": "./src/index.js"
},
"bin": {
"htest": "bin/htest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leaverou/htest.git"
},
"keywords": [],
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/leaverou/htest/issues"
},
"homepage": "https://htest.dev",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"chalk": "^5.3.0",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it-anchor": "^8.6.7",
"release-it": "^16.2.1"
},
"dependencies": {
"glob": "^10.3.10",
"log-update": "^6.0.0",
"oo-ascii-tree": "^1.91.0"
}
}