mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-03 19:19:25 +08:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
44 lines
908 B
JSON
44 lines
908 B
JSON
{
|
|
"name": "@sveltejs/opencode",
|
|
"version": "0.1.8",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/sveltejs/ai-tools#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/sveltejs/ai-tools/issues"
|
|
},
|
|
"scripts": {
|
|
"check": "tsc --noEmit",
|
|
"generate-schema": "node --import node-resolve-ts/register scripts/generate-schema.ts"
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"config.ts",
|
|
"agents.ts",
|
|
"instructions",
|
|
"skills"
|
|
],
|
|
"exports": {
|
|
"./server": {
|
|
"types": "./index.ts",
|
|
"import": "./index.ts"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sveltejs/ai-tools.git",
|
|
"path": "packages/opencode"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"valibot": "catalog:tooling"
|
|
},
|
|
"devDependencies": {
|
|
"@opencode-ai/plugin": "catalog:ai",
|
|
"@valibot/to-json-schema": "catalog:tooling",
|
|
"@types/node": "catalog:tooling"
|
|
}
|
|
}
|