Updated package.json

This commit is contained in:
ybouane 2024-10-12 11:25:44 -04:00
parent e3a8d062f2
commit 38e8f051d9
2 changed files with 15 additions and 5 deletions

13
package-lock.json generated Normal file
View file

@ -0,0 +1,13 @@
{
"name": "aPulse",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aPulse",
"version": "1.0.0",
"license": "Apache-2.0"
}
}
}

View file

@ -8,9 +8,6 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node watcher.js" "start": "node watcher.js"
}, },
"author": "", "author": "ybouane",
"license": "ISC", "license": "Apache-2.0"
"dependencies": {
"fastify": "^5.0.0"
}
} }