-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 881 Bytes
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
{
"name": "knowledge-as-code-template",
"version": "1.1.2",
"description": "Zero-dependency generator for evidence-backed reference sites from Git-tracked Markdown and YAML.",
"license": "MIT",
"scripts": {
"init": "node scripts/init.js",
"build": "node scripts/build.js",
"validate": "node scripts/validate.js",
"verify": "node scripts/verify.js",
"check-links": "node scripts/check-links.js",
"eval": "node scripts/eval.js"
},
"author": "PAICE.work PBC <https://paice.work/>",
"homepage": "https://github.com/snapsynapse/knowledge-as-code-template",
"repository": {
"type": "git",
"url": "https://github.com/snapsynapse/knowledge-as-code-template"
},
"keywords": [
"knowledge-base",
"ontology",
"static-site",
"zero-dependency",
"knowledge-as-code",
"mcp"
],
"engines": {
"node": ">=18"
}
}