label-print/package.json
2025-05-17 16:23:48 +02:00

22 lines
438 B
JSON

{
"name": "arzttelefon",
"version": "1.0.0",
"description": "",
"main": "master.mjs",
"scripts": {
"start": "npm i && node ./master.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"express": "^4.18.2",
"jszpl": "^1.1.7",
"mysql2": "^3.6.2",
"node-json-db": "^2.2.0",
"nunjucks": "^3.2.4",
"pino": "^8.16.0",
"sequelize": "^6.33.0"
}
}