Create a plain text representation of an HTML document's skeleton. Great for logging.
1{
2 "name": "html-skelly",
3 "version": "0.1.0",
4 "description": "Create a plain text representation of an HTML document's skeleton. Great for logging.",
5 "type": "module",
6 "main": "index.js",
7 "files": [
8 "index.js"
9 ],
10 "scripts": {
11 "test": "npm run lint && node --test",
12 "lint": "biome check --apply ./"
13 },
14 "keywords": [
15 "html",
16 "log",
17 "report",
18 "pretty",
19 "print"
20 ],
21 "author": "tbeseda",
22 "license": "MIT",
23 "devDependencies": {
24 "@biomejs/biome": "^1.5.3"
25 }
26}