print-toc
Version:
Generates a table of contents for a printed HTML document.
20 lines (19 loc) • 522 B
JSON
{
"name": "print-toc",
"version": "1.0.3",
"description": "Generates a table of contents for a printed HTML document.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["dom", "print", "pdf", "page-break", "toc"],
"author": "Mason Bourgeois",
"license": "ISC",
"repository": "github:Smona/print-toc",
"devDependencies": {
"typescript": "^4.3.2"
}
}