install package uuid

master
Matthew 2024-03-25 15:11:26 -04:00
parent f673b1573c
commit 442bdc25fb
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
2 changed files with 12 additions and 2 deletions

10
package-lock.json generated
View File

@ -9,9 +9,11 @@
"discord.js": "^14.14.1",
"mongoose": "^8.2.2",
"stripe": "^14.21.0",
"typeorm": "^0.3.20"
"typeorm": "^0.3.20",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
@ -277,6 +279,12 @@
"undici-types": "~5.26.4"
}
},
"node_modules/@types/uuid": {
"version": "9.0.8",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
"integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==",
"dev": true
},
"node_modules/@types/webidl-conversions": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",

View File

@ -1,5 +1,6 @@
{
"devDependencies": {
"@types/uuid": "^9.0.8",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
@ -8,6 +9,7 @@
"discord.js": "^14.14.1",
"mongoose": "^8.2.2",
"stripe": "^14.21.0",
"typeorm": "^0.3.20"
"typeorm": "^0.3.20",
"uuid": "^9.0.1"
}
}