16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "shockbot",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@go-gitea/sdk.js": "^0.2.1",
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"@types/bun": "latest",
|
|
"ollama": "^0.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|