chore: removes unused package.json and lock file

This commit is contained in:
sauravniraula 2025-07-26 05:36:51 +05:45
parent aa63bf213f
commit 25e11dc9ef
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326
2 changed files with 0 additions and 29 deletions

24
package-lock.json generated
View file

@ -1,24 +0,0 @@
{
"name": "presenton",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"uuid": "^11.1.0"
}
},
"node_modules/uuid": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/esm/bin/uuid"
}
}
}
}

View file

@ -1,5 +0,0 @@
{
"dependencies": {
"uuid": "^11.1.0"
}
}