-
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) · 1.08 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.08 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
{
"name": "smithers",
"version": "1.0.0",
"description": "Autonomous AI research agent powered by Claude Code — rigorous 5-phase methodology with evidence tracking and quality controls",
"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/dapdevsoftware/smithers.git"
},
"keywords": ["research", "business-intelligence", "autonomous-research", "claude-code", "deep-research", "autonomous-agent", "evidence-based", "ai-agent", "research-automation", "claude"],
"author": "DAPDEV Software Solutions <contact@dapdev.tech>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dapdevsoftware/smithers/issues"
},
"homepage": "https://dapdev.tech",
"devDependencies": {
"bats": "^1.12.0",
"bats-assert": "^2.2.0",
"bats-support": "^0.3.0"
}
}