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