valley-commons/package.json

23 lines
462 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": {
"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"
},
"devDependencies": {
"dotenv": "^16.3.1"
},
"engines": {
"node": ">=18.x"
}
}