This commit is contained in:
Yusur 2025-09-06 16:53:33 +02:00
parent 1a4339eb9b
commit 0bd9960c01
7 changed files with 161 additions and 14 deletions

11
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "csinsol",
"version": "0.1.0",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "csinsol",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",
"dependencies": {
"@types/node": "^24.3.0",
@ -14,6 +14,7 @@
"discord.js": "^14.21.0",
"dotenv": "^17.2.1",
"luxon": "^3.7.1",
"toml": "^3.0.0",
"tsx": "^4.20.4"
}
},
@ -790,6 +791,12 @@
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
},
"node_modules/toml": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/toml/-/toml-3.0.0.tgz",
"integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==",
"license": "MIT"
},
"node_modules/ts-mixer": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz",