Files
laba-front-instantzia/rebuild-hook/package.json

16 lines
257 B
JSON

{
"name": "rebuild-hook",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"fastify": "^5.0.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.8.0"
}
}