diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9b121c5 --- /dev/null +++ b/package-lock.json @@ -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" + } + } +} diff --git a/package.json b/package.json index e7eb329..0021816 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "node watcher.js" }, - "author": "", - "license": "ISC", - "dependencies": { - "fastify": "^5.0.0" - } + "author": "ybouane", + "license": "Apache-2.0" }