Files
arubinochan-bot/package.json
2026-03-12 16:26:45 +09:00

25 lines
580 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.8",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"misskey-js": "^2025.12.2",
"node-llama-cpp": "^3.17.1",
"reconnecting-websocket": "^4.4.0"
},
"trustedDependencies": ["@biomejs/biome", "node-llama-cpp"]
}