31 lines
731 B
JSON
31 lines
731 B
JSON
{
|
||
"name": "plusfit",
|
||
"version": "1.0.0",
|
||
"description": "Plusfit – Mitgliederverwaltung mit Login, Adressdaten und SEPA-Lastschrift (SQLite, Node.js)",
|
||
"main": "app.js",
|
||
"scripts": {
|
||
"start": "node app.js",
|
||
"dev": "nodemon app.js",
|
||
"init-db": "node database/init.js"
|
||
},
|
||
"author": "Plusfit",
|
||
"license": "MIT",
|
||
"dependencies": {
|
||
"bcrypt": "^5.1.1",
|
||
"better-sqlite3": "^9.6.0",
|
||
"body-parser": "^1.20.4",
|
||
"bootstrap": "^5.3.8",
|
||
"dotenv": "^17.2.3",
|
||
"ejs": "^3.1.10",
|
||
"express": "^4.22.1",
|
||
"express-session": "^1.18.2",
|
||
"iban": "^0.0.14",
|
||
"nodemailer": "^7.0.12",
|
||
"pdfkit": "^0.17.2"
|
||
},
|
||
"devDependencies": {
|
||
"nodemon": "^3.0.3"
|
||
},
|
||
"keywords": []
|
||
}
|