forked from frankbria/ralph-claude-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 896 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 896 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
32
33
{
"name": "ralph-claude-code",
"version": "1.0.0",
"description": "> **Autonomous AI development loop with intelligent exit detection and rate limiting**",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "bats tests/unit/ tests/integration/",
"test:unit": "bats tests/unit/",
"test:integration": "bats tests/integration/",
"test:e2e": "bats tests/e2e/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frankbria/ralph-claude-code.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frankbria/ralph-claude-code/issues"
},
"homepage": "https://github.com/frankbria/ralph-claude-code#readme",
"devDependencies": {
"bats": "^1.12.0",
"bats-assert": "^2.2.0",
"bats-support": "^0.3.0"
}
}