code-datascience / package.json
delqhi's picture
Deploy code-datascience agent
d07c56c verified
Raw
History Blame Contribute Delete
852 Bytes
{
"name": "@sin-solver/sin-code-datascience",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"sin-code-datascience": "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": {
"@modelcontextprotocol/sdk": "latest",
"zod": "^3.25.76",
"@huggingface/hub": "^0.15.1",
"node-cron": "^3.0.3",
"tar": "^6.2.0",
"@supabase/supabase-js": "^2.39.7"
},
"devDependencies": {
"@types/node": "^24.3.0",
"typescript": "^5.9.3",
"@types/node-cron": "^3.0.11",
"@types/tar": "^6.1.11"
}
}