2025-05-23 18:17:45 +00:00
|
|
|
{
|
2025-05-27 19:20:43 +00:00
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
2025-05-31 00:47:56 +00:00
|
|
|
"name": "opencode",
|
2025-05-23 18:17:45 +00:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
2025-05-27 19:20:43 +00:00
|
|
|
"packageManager": "bun@1.2.14",
|
|
|
|
|
"scripts": {
|
2025-07-03 19:43:25 +00:00
|
|
|
"dev": "bun run packages/opencode/src/index.ts",
|
2025-06-19 04:20:03 +00:00
|
|
|
"typecheck": "bun run --filter='*' typecheck",
|
2025-07-08 13:08:53 +00:00
|
|
|
"stainless": "./scripts/stainless",
|
2025-06-19 04:20:03 +00:00
|
|
|
"postinstall": "./scripts/hooks"
|
2025-05-27 19:20:43 +00:00
|
|
|
},
|
2025-05-31 02:02:02 +00:00
|
|
|
"workspaces": {
|
|
|
|
|
"packages": [
|
|
|
|
|
"packages/*"
|
|
|
|
|
],
|
|
|
|
|
"catalog": {
|
|
|
|
|
"typescript": "5.8.2",
|
|
|
|
|
"@types/node": "22.13.9",
|
2025-07-07 19:53:43 +00:00
|
|
|
"zod": "3.25.49",
|
2025-07-16 20:59:40 +00:00
|
|
|
"ai": "5.0.0-beta.21"
|
2025-05-31 02:02:02 +00:00
|
|
|
}
|
|
|
|
|
},
|
2025-05-23 18:17:45 +00:00
|
|
|
"devDependencies": {
|
2025-05-31 01:56:37 +00:00
|
|
|
"prettier": "3.5.3",
|
2025-07-04 00:30:02 +00:00
|
|
|
"sst": "3.17.8"
|
2025-05-23 18:17:45 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sst/opencode"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"prettier": {
|
2025-07-07 19:53:43 +00:00
|
|
|
"semi": false,
|
|
|
|
|
"printWidth": 120
|
2025-05-23 18:17:45 +00:00
|
|
|
},
|
|
|
|
|
"trustedDependencies": [
|
|
|
|
|
"esbuild",
|
2025-05-27 18:36:23 +00:00
|
|
|
"protobufjs",
|
|
|
|
|
"sharp"
|
2025-06-17 15:27:07 +00:00
|
|
|
],
|
2025-07-15 18:00:39 +00:00
|
|
|
"patchedDependencies": {}
|
2025-05-23 18:17:45 +00:00
|
|
|
}
|