• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "tr-archive",
3  "version": "1.0.0",
4  "description": "",
5  "main": "index.js",
6  "dependencies": {
7    "@not-dalia/gfm-toc": "github:not-dalia/gfm-toc",
8    "anchor-js": "^5.0.0",
9    "highlight.js": "^11.7.0",
10    "jsdom": "^22.1.0",
11    "marked": "^12.0.2",
12    "marked-alert": "^2.0.1"
13  },
14  "scripts": {
15    "test": "echo \"Error: no test specified\" && exit 1",
16    "fix-tocs": "node fix-tocs.js",
17    "build": "bash copy-local-assets.sh && bash make-tr-archive.sh",
18    "serve": "npm run build && npx serve .",
19    "extract-link-targets": "node extract-link-targets.js"
20  },
21  "keywords": [],
22  "author": "Steven R. Loomis <srl295@gmail.com>",
23  "license": "Unicode-3.0",
24  "private": true
25}
26