-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.25 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "blatant-why",
"version": "0.1.0-beta",
"description": "BY (Blatant-Why) protein design agent for Claude Code \u2014 multi-agent antibody & protein binder design with cloud compute and lab integration",
"type": "module",
"bin": {
"by": "./dist/index.js"
},
"scripts": {
"build": "tsc -p tsconfig.init.json",
"dev": "tsx src/init-cli/index.ts",
"prepublishOnly": "npm run build",
"test": "bash tests/test_init.sh && bash tests/test_config.sh"
},
"files": [
"dist/",
"templates/",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.3.0",
"@anthropic-ai/claude-agent-sdk": "^0.2.81"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/001TMF/blatant-why.git"
},
"homepage": "https://github.com/001TMF/blatant-why#readme",
"bugs": {
"url": "https://github.com/001TMF/blatant-why/issues"
},
"author": "Lyceum (Phytovenomics)",
"license": "MIT",
"keywords": [
"protein-design",
"antibody-design",
"nanobody",
"claude-code",
"mcp",
"computational-biology",
"drug-discovery",
"binder-design",
"protenix",
"boltzgen"
]
}