sin-github-issues / package.json
OpenCode
Deploy latest SIN-GitHub-Issues runtime
cd455f6
Raw
History Blame Contribute Delete
1.55 kB
{
"name": "@opensin-backend/sin-github-issues",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"sin-github-issues": "dist/src/cli.js"
},
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json && node scripts/postbuild.mjs",
"ops:hf-deploy:check": "node scripts/check-hf-deploy-prereqs.mjs",
"ops:github-app-routing:env-template": "node scripts/render-github-app-env-template.mjs",
"ops:github-app-routing:init": "node scripts/init-github-app-routing-local.mjs",
"ops:github-app-routing:vm-rollout": "node scripts/render-github-app-vm-rollout.mjs",
"ops:github-app-comment": "node scripts/comment-as-github-app.mjs",
"ops:github-app-routing:check": "node scripts/check-github-app-routing.mjs",
"ops:github-app-routing:smoke": "node scripts/smoke-github-app-routing.mjs",
"test": "npm run build && node --test test/*.mjs",
"typecheck": "tsc --noEmit -p tsconfig.json",
"start:a2a": "node dist/src/cli.js serve-a2a",
"start:mcp": "node dist/src/cli.js serve-mcp"
},
"dependencies": {
"@modelcontextprotocol/sdk": "latest",
"zod": "^3.25.76",
"@huggingface/hub": "^0.15.1",
"jsonwebtoken": "^9.0.2",
"node-cron": "^3.0.3",
"tar": "^6.2.0",
"@supabase/supabase-js": "^2.39.7"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.3.0",
"typescript": "^5.9.3",
"@types/node-cron": "^3.0.11",
"@types/tar": "^6.1.11"
}
}