-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 854 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
{
"name": "kahanas",
"version": "0.7.1",
"description": "A document driven engineering workflow as Agent Skills. Takes a project from an idea to shipped, verified code, keeping every decision in version controlled documents instead of a chat log.",
"keywords": [
"claude-code",
"codex",
"cursor",
"ai-coding",
"skills",
"agent-skills",
"developer-tools"
],
"homepage": "https://github.com/itumulak/kahanas",
"repository": {
"type": "git",
"url": "https://github.com/itumulak/kahanas.git"
},
"license": "MIT",
"author": "itumulak",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"install-local": "node scripts/install-local.mjs",
"test": "node scripts/test-review-harness.mjs",
"test:browser": "node scripts/test-review-harness.mjs --require-playwright"
}
}