Spaces:
Sleeping
Sleeping
File size: 1,026 Bytes
720c6ed c85f1e7 720c6ed c85f1e7 720c6ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"name": "@opensin-backend/sin-code-database",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"sin-code-database": "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/jsonwebtoken": "^9.0.10",
"@types/node": "^24.3.0",
"@types/node-cron": "^3.0.11",
"@types/tar": "^6.1.11",
"typescript": "^5.9.3"
}
}
|