{ "name": "arubinochan-bot", "module": "index.ts", "type": "module", "scripts": { "build": "node-llama-cpp source download", "evaluate": "bun run evaluate.ts", "start": "bun run index.ts", "test": "bun test", "fix": "biome check --write" }, "devDependencies": { "@biomejs/biome": "2.4.10", "@tsconfig/strictest": "^2.0.8", "@types/bun": "^1.4.2" }, "peerDependencies": { "typescript": "^6.0.2" }, "dependencies": { "misskey-js": "^2026.9.0", "node-llama-cpp": "^3.21.1", "reconnecting-websocket": "^4.4.0" }, "trustedDependencies": [ "@biomejs/biome", "node-llama-cpp" ] }