agentify-help/package.json
2026-05-02 13:07:32 +00:00

21 lines
550 B
JSON

{
"name": "agentify-help",
"version": "1.0.0",
"description": "agentify.help — one-per-person expert agent registry",
"scripts": {
"start": "node --import tsx/esm server.ts",
"dev": "tsx --watch server.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.74.0",
"@aws-sdk/client-s3": "^3.1024.0",
"@aws-sdk/lib-storage": "^3.1024.0",
"@resvg/resvg-js": "^2.6.2",
"express": "^5.0.1",
"multer": "^1.4.5-lts.1",
"openai": "^6.22.0",
"pg": "^8.16.3",
"resend": "^4.0.0",
"tsx": "^4.20.5"
}
}