{ "name": "@opensin-backend/sin-code-ai", "version": "0.1.0", "private": true, "type": "module", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "bin": { "sin-code-ai": "dist/src/cli.js" }, "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json && node scripts/postbuild.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": { "@huggingface/hub": "^0.15.1", "@langchain/core": "^1.1.36", "@langchain/langgraph": "^1.2.5", "@langchain/openai": "^1.3.0", "@modelcontextprotocol/sdk": "latest", "@supabase/supabase-js": "^2.39.7", "jsonwebtoken": "^9.0.2", "node-cron": "^3.0.3", "tar": "^6.2.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.3.0", "@types/jsonwebtoken": "^9.0.10", "@types/node-cron": "^3.0.11", "@types/tar": "^6.1.11", "typescript": "^5.9.3" } }