opencode_offline/packages/opencode/package.json

46 lines
1.0 KiB
JSON
Raw Normal View History

2025-05-18 09:31:42 +08:00
{
2025-05-20 07:29:38 +08:00
"$schema": "https://json.schemastore.org/package.json",
2025-05-31 08:47:56 +08:00
"version": "0.0.0",
2025-05-18 09:31:42 +08:00
"name": "opencode",
"type": "module",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit"
},
2025-05-31 08:47:56 +08:00
"exports": {
"./*": [
"./src/*.ts",
"./src/*/index.ts"
]
2025-05-20 07:29:38 +08:00
},
2025-05-18 09:31:42 +08:00
"devDependencies": {
"@tsconfig/bun": "1.0.7",
2025-05-19 02:13:04 +08:00
"@types/bun": "latest",
"@types/turndown": "5.0.5",
2025-06-05 23:50:54 +08:00
"@types/yargs": "17.0.33",
"typescript": "catalog:"
2025-05-18 09:31:42 +08:00
},
"dependencies": {
"@flystorage/file-storage": "1.1.0",
"@flystorage/local-fs": "1.1.0",
"@hono/zod-validator": "0.5.0",
2025-06-05 23:50:54 +08:00
"@openauthjs/openauth": "0.4.3",
2025-06-01 05:12:16 +08:00
"@standard-schema/spec": "1.0.0",
"ai": "catalog:",
"decimal.js": "10.5.0",
2025-06-01 06:42:43 +08:00
"diff": "8.0.2",
"env-paths": "3.0.0",
"hono": "4.7.10",
"hono-openapi": "0.4.8",
"remeda": "2.22.3",
"ts-lsp-client": "1.0.3",
"turndown": "7.2.0",
"vscode-jsonrpc": "8.2.1",
2025-05-21 10:00:00 +08:00
"vscode-languageclient": "8",
"xdg-basedir": "5.1.0",
2025-06-05 23:50:54 +08:00
"yargs": "18.0.0",
"zod": "catalog:",
"zod-openapi": "4.2.4"
2025-05-18 09:31:42 +08:00
}
}