Initial commit: management
This commit is contained in:
commit
ab329d497b
8 changed files with 243 additions and 0 deletions
9
updater/package.json
Normal file
9
updater/package.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "hnf-updater",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": { "start": "node src/index.js" },
|
||||
"dependencies": {
|
||||
"fastify": "^4.28.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue