feat: add package.json
This commit is contained in:
parent
7438703789
commit
1a10fb34a0
1 changed files with 21 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue