feat: add package.json

This commit is contained in:
gitadmin 2026-05-02 13:07:32 +00:00
parent 7438703789
commit 1a10fb34a0

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"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"
}
}