kimi-code/packages/kosong/package.json
github-actions[bot] fa114c150d
ci: release packages (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-27 22:50:19 +08:00

59 lines
1.3 KiB
JSON

{
"name": "@moonshot-ai/kosong",
"version": "0.2.2",
"private": true,
"description": "The LLM abstraction layer for modern AI agent applications",
"license": "MIT",
"author": "Moonshot AI",
"homepage": "https://github.com/MoonshotAI/kimi-code/tree/main/packages/kosong#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MoonshotAI/kimi-code.git",
"directory": "packages/kosong"
},
"bugs": {
"url": "https://github.com/MoonshotAI/kimi-code/issues"
},
"keywords": [
"llm",
"ai",
"agent",
"provider"
],
"files": [
"dist"
],
"type": "module",
"imports": {
"#/*": [
"./src/*.ts",
"./src/*/index.ts"
]
},
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
},
"./providers/*": {
"types": "./src/providers/*.ts",
"default": "./src/providers/*.ts"
}
},
"scripts": {
"build": "tsdown",
"typecheck": "tsc -p tsconfig.json --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.95.2",
"@google/genai": "^1.49.0",
"openai": "^6.34.0",
"zod": "catalog:",
"zod-to-json-schema": "^3.25.2"
},
"devDependencies": {
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1"
}
}