add uuid package

This commit is contained in:
Laura Abro
2025-04-28 11:24:13 -03:00
parent 1b1c21b7e3
commit 6d6d45300a
2 changed files with 13 additions and 0 deletions

5
package.json Normal file
View File

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