mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 01:39:25 +00:00
27 lines
510 B
JSON
27 lines
510 B
JSON
{
|
|
"name": "@moonshot-ai/vis-server",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"imports": {
|
|
"#/*": [
|
|
"./src/*.ts",
|
|
"./src/*/index.ts"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsdown",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.13.7",
|
|
"@moonshot-ai/agent-core": "workspace:^",
|
|
"hono": "^4.7.7"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.21.0",
|
|
"vitest": "4.1.4"
|
|
}
|
|
}
|