opencontrol
Version:
36 lines (35 loc) • 781 B
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "opencontrol",
"version": "0.1.0",
"type": "module",
"bin": {
"opencontrol": "./bin/index.mjs"
},
"scripts": {
"build": "./script/build.ts"
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
},
"./*": {
"import": "./dist/esm/*.js",
"types": "./dist/types/*.d.ts"
}
},
"dependencies": {
"@hono/zod-validator": "0.4.3",
"@modelcontextprotocol/sdk": "1.9.0",
"@tsconfig/bun": "1.0.7",
"ai": "4.2.11",
"hono": "4.7.5",
"zod": "3.24.2",
"zod-to-json-schema": "3.24.4"
},
"devDependencies": {
"@standard-schema/spec": "1.0.0",
"opencontrol-frontend": "workspace:*"
}
}