forked from atums.world/backend
re-order alot, move to bun redis, generalized
This commit is contained in:
parent
a646607597
commit
8a9499be85
51 changed files with 559 additions and 916 deletions
12
package.json
12
package.json
|
@ -8,12 +8,12 @@
|
|||
"dev": "bun run --hot src/index.ts --dev",
|
||||
"lint": "bunx biome check",
|
||||
"lint:fix": "bunx biome check --fix",
|
||||
"cleanup": "rm -rf logs node_modules bun.lockdb",
|
||||
"cleanup": "rm -rf logs node_modules bun.lock",
|
||||
"clearTable": "bun run src/helpers/commands/clearTable.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@types/bun": "^1.2.9",
|
||||
"@types/bun": "^1.2.13",
|
||||
"@types/ejs": "^3.1.5",
|
||||
"@types/fluent-ffmpeg": "^2.1.27",
|
||||
"@types/image-thumbnail": "^1.0.4",
|
||||
|
@ -22,16 +22,16 @@
|
|||
"prettier": "^3.5.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.8.2"
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@creations.works/logger": "^1.0.3",
|
||||
"ejs": "^3.1.10",
|
||||
"eta": "^3.5.0",
|
||||
"exiftool-vendored": "^29.3.0",
|
||||
"exiftool-vendored": "^30.0.0",
|
||||
"fast-jwt": "6.0.1",
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
"image-thumbnail": "^1.0.17",
|
||||
"luxon": "^3.6.1",
|
||||
"redis": "^4.7.0"
|
||||
"luxon": "^3.6.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue