Compare commits

..

2 Commits

Author SHA1 Message Date
Hri7566 617c8c4bc5 Update packages 2024-09-19 20:56:00 -04:00
Hri7566 b7911c5cfa Update package.json 2024-09-19 20:55:36 -04:00
1 changed files with 4 additions and 4 deletions

View File

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