-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 787 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "turnfile",
"version": "0.1.0",
"description": "SNAP — Structured Negotiation of Autonomous Peers. File-based LLM collaboration protocol.",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/snapsynapse/turnfile.git"
},
"scripts": {
"lint:turnfile": "node tools/turnfile-lint.mjs",
"lint:mailbox": "node tools/validate-mailbox-invariants.mjs",
"lint:prds": "node tools/validate-prd-promotion.mjs",
"export:mailbox": "node tools/export-mailbox-json.mjs",
"validate:skills": "node tools/validate-skills-preflight.mjs --strict-global",
"validate:skills:ci": "node tools/validate-skills-preflight.mjs"
},
"devDependencies": {
"ajv": "^8.17.1",
"js-yaml": "^4.1.1"
}
}