blob: da995fcbcc2bba8c62472112004a55525c32c978 [file] [log] [blame]
{
"name": "tr-archive",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@not-dalia/gfm-toc": "github:not-dalia/gfm-toc",
"anchor-js": "^5.0.0",
"highlight.js": "^11.7.0",
"jsdom": "^22.1.0",
"marked": "^12.0.1",
"marked-alert": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"fix-tocs": "node fix-tocs.js",
"build": "bash copy-local-assets.sh && bash make-tr-archive.sh",
"serve": "npm run build && npx serve .",
"extract-link-targets": "node extract-link-targets.js"
},
"keywords": [],
"author": "Steven R. Loomis <[email protected]>",
"license": "Unicode-3.0",
"private": true
}