Files
shockbot/package.json

46 lines
1.2 KiB
JSON

{
"name": "shockbot",
"version": "0.1.0",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "node esbuild.config.js",
"test": "vitest"
},
"devDependencies": {
"@actions/core": "^3.0.1",
"@ark/fs": "0.56.0",
"@ark/util": "0.56.0",
"@clack/prompts": "^1.2.0",
"@go-gitea/sdk.js": "^0.2.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@standard-schema/spec": "1.1.0",
"@types/node": "^24.7.2",
"@types/semver": "^7.7.1",
"ajv": "^8.18.0",
"arkregex": "0.0.5",
"arktype": "2.2.0",
"esbuild": "^0.25.9",
"execa": "^9.6.0",
"fastmcp": "^3.34.0",
"file-type": "^21.3.0",
"ollama": "^0.6.3",
"package-manager-detector": "^1.6.0",
"picocolors": "^1.1.1",
"semver": "^7.7.3",
"turndown": "^7.2.0",
"typescript": "^5.9.3",
"vitest": "^4.0.17",
"yaml": "^2.8.2"
},
"keywords": [
"gitea-actions",
"ai-code-review",
"ollama"
],
"author": "shockbot",
"license": "MIT",
"main": "./dist/index.js",
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}