-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 987 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 987 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
31
32
33
34
35
36
37
38
39
40
{
"name": "omp-all-in-one",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "OMP all-in-one plugin. Prompt Uplift with the Grok 4.6 thinking engine (GoT/CoT + HITL clarifications), Grok proxy for Claude Code's Haiku tier, Tissue + ktui, Hermes skills, GitHub org + Greptile MCP, Supabase DB+auth.",
"scripts": {
"test": "bun test",
"check": "bunx tsc --noEmit",
"import:hermes": "bun src/skills/cli.ts",
"hook:uplift": "bun hooks/uplift.ts",
"uplift": "bun hooks/uplift.ts --ctl",
"setup:claude": "bun scripts/claude-setup.ts"
},
"devDependencies": {
"@oh-my-pi/pi-ai": "^18.0.4",
"@oh-my-pi/pi-coding-agent": "^18.0.4",
"@oh-my-pi/pi-tui": "^18.0.4",
"@types/bun": "^1.4.0"
},
"omp": {
"extensions": [
"./src/index.ts"
]
},
"pi": {
"extensions": [
"./src/index.ts"
]
},
"aimee": {
"extensions": [
"./src/index.ts"
]
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"typebox": "^1.3.19"
}
}