Files
arubinochan-bot/package.json
2026-04-07 04:23:48 +09:00

28 lines
600 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": "2.4.10",
"@tsconfig/strictest": "^2.0.8",
"@types/bun": "^1.3.11"
},
"peerDependencies": {
"typescript": "^6.0.2"
},
"dependencies": {
"misskey-js": "^2026.1.0-beta.0",
"node-llama-cpp": "^3.18.1",
"reconnecting-websocket": "^4.4.0"
},
"trustedDependencies": [
"@biomejs/biome",
"node-llama-cpp"
]
}