-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "template-markdown-prerender",
"version": "0.0.1",
"description": "A template repo for prerendering and caching markdown versions of HTML pages",
"type": "module",
"homepage": "https://harper.fast",
"author": {
"name": "HarperDB, Inc.",
"email": "opensource@harperdb.io",
"url": "https://harper.fast"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/HarperFast/template-markdown-prerender.git"
},
"bugs": {
"url": "https://github.com/HarperFast/template-markdown-prerender/issues",
"email": "opensource@harperdb.io"
},
"prettier": "@harperdb/code-guidelines/prettier",
"scripts": {
"dev": "harperdb dev .",
"start": "harperdb run .",
"lint": "eslint . --config eslint.config.mjs",
"test": "npx vitest run --config vitest.config.js"
},
"dependencies": {
"cacheable-lookup": "7.0.0",
"fast-xml-parser": "5.2.5",
"node-html-markdown": "1.3.0",
"node-html-parser": "7.0.1",
"undici": "7.15.0"
},
"devDependencies": {
"@harperdb/code-guidelines": "0.0.6",
"@vitest/coverage-v8": "3.2.4",
"audit-ci": "7.1.0",
"eslint": "9.38.0",
"prettier": "3.6.2",
"supertest": "7.1.4",
"vitest": "3.2.4"
}
}