24 lines
625 B
JSON
24 lines
625 B
JSON
{
|
|
"name": "tr-archive",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@not-dalia/gfm-toc": "github:not-dalia/gfm-toc",
|
|
"anchor-js": "^4.3.1",
|
|
"highlight.js": "^11.5.1",
|
|
"jsdom": "^20.0.0",
|
|
"marked": "^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 ."
|
|
},
|
|
"keywords": [],
|
|
"author": "Steven R. Loomis <srl295@gmail.com>",
|
|
"license": "Unicode-DFS-2016",
|
|
"private": true
|
|
}
|