-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.46 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
53
54
55
{
"name": "@nguyenthdat/opencode-starter",
"private": true,
"description": "Opinionated OpenCode configuration with reusable agents, document skills, MCP integrations, custom tooling, and cross-platform workstation bootstrap.",
"license": "MIT",
"author": "Jason Nguyen",
"repository": {
"type": "git",
"url": "git+https://github.com/nguyenthdat/opencode-starter.git"
},
"bugs": {
"url": "https://github.com/nguyenthdat/opencode-starter/issues"
},
"homepage": "https://github.com/nguyenthdat/opencode-starter#readme",
"keywords": [
"opencode",
"opencode-config",
"ai-agents",
"agent-skills",
"model-context-protocol",
"mcp",
"developer-tools",
"developer-experience",
"dotfiles",
"automation",
"github-actions",
"bun",
"typescript",
"ansible"
],
"type": "module",
"packageManager": "bun@1.3.14",
"scripts": {
"prepare": "husky",
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"@guard22/opencode-multi-auth-codex": "^1.4.3",
"@opencode-ai/plugin": "1.18.4",
"jsonc-parser": "^3.3.1",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/bun": "1.3.14",
"husky": "9.1.7",
"lint-staged": "^17.2.0",
"prettier": "^3.9.6",
"typescript": "^7"
},
"lint-staged": {
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,json,jsonc,css,scss,html,md,yaml,yml}": "prettier --write",
"*.py": "uvx --from ruff==0.11.13 ruff format"
}
}