-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
56
57
58
{
"name": "ox",
"version": "0.23.1",
"license": "Apache-2.0",
"module": "index.ts",
"scripts": {
"build": "./bun run scripts/build.ts",
"typecheck": "tsc --noEmit",
"lint": "biome check",
"test": "./bun test",
"check": "./bun i --silent && ./bun run typecheck && ./bun run lint --write && ./bun run test --only-failures",
"update-codex-models": "./bun scripts/codex/update-models.ts",
"pilotty": "pilotty"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@types/bun": "^1.3.10",
"@types/react": "^19.2.14",
"@types/semver": "^7.7.1",
"@types/tail": "^2.2.3",
"@types/tar-stream": "^3.1.4",
"pilotty": "^0.0.7",
"semver": "^7.7.4"
},
"peerDependencies": {
"typescript": "^5"
},
"bin": {
"ox": "./index.ts"
},
"type": "module",
"dependencies": {
"@bomb.sh/tab": "^0.0.14",
"@deno/sandbox": "^0.13.1",
"@napi-rs/keyring": "^1.2.0",
"@opentui/react": "^0.1.87",
"build-strap": "^5.2.0",
"clipboardy": "^5.3.1",
"commander": "^14.0.3",
"debounce": "^3.0.0",
"env-paths": "^4.0.0",
"fuzzysort": "^3.1.0",
"nanoid": "^5.1.6",
"open": "^11.0.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"posthog-node": "^5.28.0",
"react": "^19.2.4",
"tail": "^2.2.6",
"tar-stream": "^3.1.8",
"xdg-basedir": "^5.1.0",
"zustand": "^5.0.11"
},
"patchedDependencies": {
"@deno/[email protected]": "patches/@deno%[email protected]",
"@bomb.sh/[email protected]": "patches/@bomb.sh%[email protected]"
}
}