-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.24 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
{
"name": "leceipts",
"version": "0.1.0",
"description": "leceipts (pronounced 'receipts') — a lightweight toolkit that forces code-change work to end with structured, verifiable reports. Prevents 'it's done' lies by making verification a required section. Language-agnostic, AI-optional, zero runtime dependencies.",
"type": "module",
"license": "MIT",
"author": "ivan (https://github.com/0oooooooo0)",
"repository": {
"type": "git",
"url": "git+https://github.com/0oooooooo0/leceipts.git"
},
"homepage": "https://github.com/0oooooooo0/leceipts",
"bugs": {
"url": "https://github.com/0oooooooo0/leceipts/issues"
},
"scripts": {
"check": "tsx scripts/check-reports.ts",
"example:check": "tsx scripts/check-reports.ts --config example/verification-kit.config.json",
"example:check:all": "tsx scripts/check-reports.ts --config example/verification-kit.config.json --all"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"verification",
"code-review",
"ci",
"workflow",
"working-rules",
"llm-agents",
"claude",
"cursor",
"response-format",
"quality-gate"
]
}