-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"name": "@a5c-ai/babysitter-opencode",
"version": "5.0.1-staging.dfac8e4a",
"description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
"scripts": {
"deploy": "npm publish --access public",
"deploy:staging": "npm publish --access public --tag staging",
"postinstall": "node bin/install.js",
"preuninstall": "node bin/uninstall.js",
"team:install": "node scripts/team-install.js",
"test": "node test/integration.test.js",
"sync:commands": "node scripts/sync-command-docs.cjs"
},
"bin": {
"babysitter-opencode": "bin/cli.js"
},
"files": [
"bin/",
"hooks/",
"skills/",
"commands/",
"scripts/",
"plugin.json",
"README.md",
"versions.json",
"package.json"
],
"keywords": [
"babysitter",
"opencode",
"orchestration"
],
"author": "a5c.ai",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@a5c-ai/babysitter-sdk": "5.0.1-staging.dfac8e4a"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a5c-ai/babysitter-opencode.git"
},
"homepage": "https://github.com/a5c-ai/babysitter-opencode#readme",
"bugs": {
"url": "https://github.com/a5c-ai/babysitter-opencode/issues"
}
}