Files
arubinochan-bot/package.json
2025-10-02 16:30:11 +00:00

26 lines
610 B
JSON

{
"name": "arubinochan-bot",
"module": "index.ts",
"type": "module",
"scripts": {
"build": "node-llama-cpp source download",
"start": "bun run index.ts",
"fix": "biome check --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tsconfig/strictest": "^2.0.5",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"misskey-js": "^2025.1.0",
"node-llama-cpp": "^3.12.1",
"openai": "5.0.0-alpha.0",
"reconnecting-websocket": "^4.4.0"
},
"trustedDependencies": ["@biomejs/biome", "node-llama-cpp"]
}