mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 01:27:54 +00:00
33 lines
740 B
JSON
33 lines
740 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"main": "server.ts",
|
|
"scripts": {
|
|
"dev": "ts-node server.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@fastify/cors": "^10.0.2",
|
|
"@fastify/multipart": "^9.0.3",
|
|
"dotenv": "^16.4.7",
|
|
"fastify": "^5.2.1",
|
|
"fastify-cors": "^6.0.3",
|
|
"fastify-multipart": "^5.3.1",
|
|
"libreoffice-convert": "^1.6.0",
|
|
"luxon": "^3.5.0",
|
|
"qrcode": "^1.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/node": "^22.13.4",
|
|
"@types/qrcode": "^1.5.5",
|
|
"prettier": "3.5.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|