-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 715 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
{
"name": "dotfiles-opencode-showcase",
"version": "0.1.0",
"description": "Sanitized showcase of an OpenCode profile installer with role-based agentic development workflows.",
"license": "MIT",
"private": false,
"scripts": {
"postinstall": "npm --prefix cli install",
"build": "npm --prefix cli run build",
"test": "npm --prefix cli test",
"check": "npm run build && npm test",
"start": "npm --prefix cli run start",
"setup": "npm run start"
},
"keywords": [
"opencode",
"coding-agent",
"agentic-workflows",
"developer-tools",
"profile-management",
"typescript",
"nodejs",
"ink",
"automation"
],
"engines": {
"node": ">=20"
}
}