16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "dienstplan-pro",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^11.3.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"express": "^4.21.0",
|
|
"nodemailer": "^9.0.3"
|
|
}
|
|
}
|