Compare commits

..

No commits in common. "617c8c4bc58c816b3a804ce9aea4e1a704a0247c" and "ceab9310b58e3195cd446330f22c61db16747e8f" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -7,13 +7,13 @@
"author": "Hri7566",
"license": "ISC",
"scripts": {
"start": "bun run src/start.ts",
"dev": "bun run src/start.ts --watch"
"start": "bun run src/index.ts",
"dev": "bun run src/index.ts --watch"
},
"dependencies": {
"@prisma/client": "5.17.0",
"@t3-oss/env-core": "^0.6.1",
"bun-types": "^1.1.28",
"bun-types": "^1.1.27",
"commander": "^11.1.0",
"date-holidays": "^3.23.12",
"events": "^3.3.0",
@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/bun": "latest",
"@types/jsonwebtoken": "^9.0.7",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.16.5",
"@types/nunjucks": "^3.2.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",