valley-commons/package.json

26 lines
547 B
JSON

{
"name": "valley-of-the-commons",
"version": "1.0.0",
"description": "Landing page for Valley of the Commons",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.0",
"@ai-sdk/mistral": "^3.0.0",
"@mollie/api-client": "^4.4.0",
"@octokit/rest": "^22.0.1",
"ai": "^6.0.1",
"express": "^4.21.0",
"googleapis": "^126.0.1",
"nodemailer": "^6.9.0",
"pg": "^8.13.0"
},
"devDependencies": {
"dotenv": "^16.3.1"
},
"engines": {
"node": ">=18.x"
}
}