customer-presentation/package.json
2026-04-22 14:39:16 +02:00

22 lines
509 B
JSON

{
"name": "project-bifrost",
"version": "0.1.0",
"description": "Fenja AI — invite-only entrance, Node/Express, SQLite, SMTP.",
"private": true,
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js",
"invite": "node bin/invite.js"
},
"dependencies": {
"better-sqlite3": "^12.2.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"nodemailer": "^8.0.5"
}
}