-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 763 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 763 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
{
"name": "knowledge-as-code-template",
"version": "1.0.0",
"description": "Template for building structured, version-controlled knowledge bases with an ontology-first approach.",
"license": "MIT",
"scripts": {
"build": "node scripts/build.js",
"validate": "node scripts/validate.js",
"verify": "node scripts/verify.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": ">=16"
}
}