-
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) · 793 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 793 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": "bmad-opencode-extensions",
"version": "0.1.0",
"description": "BMAD OpenCode Engine - Extensions for integrating BMAD Method with sst/opencode",
"type": "module",
"scripts": {
"generate-config": "npx tsx scripts/agent-loader/index.ts",
"dev": "npx tsx --watch scripts/agent-loader/index.ts",
"build": "go build -o dist/workflow-engine ./packages/workflow-engine",
"test": "echo \"Tests to be implemented\" && exit 0"
},
"keywords": [
"bmad",
"opencode",
"ai-agents",
"workflow-engine",
"methodology"
],
"author": "BMAD Team",
"license": "MIT",
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.0.0"
},
"dependencies": {
"glob": "^10.3.0",
"gray-matter": "^4.0.3",
"tsx": "^4.20.5"
}
}