initial commit
This commit is contained in:
15
rebuild-hook/package.json
Normal file
15
rebuild-hook/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user