All checks were successful
Code quality checks / biome (push) Successful in 10s
38 lines
942 B
JSON
38 lines
942 B
JSON
{
|
|
"name": "atums.world",
|
|
"private": true,
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"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",
|
|
"clearTable": "bun run src/helpers/commands/clearTable.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@types/bun": "^1.2.9",
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/fluent-ffmpeg": "^2.1.27",
|
|
"@types/image-thumbnail": "^1.0.4",
|
|
"@types/luxon": "^3.6.2",
|
|
"globals": "16.0.0",
|
|
"prettier": "^3.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"ejs": "^3.1.10",
|
|
"eta": "^3.5.0",
|
|
"exiftool-vendored": "^29.3.0",
|
|
"fast-jwt": "6.0.1",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"image-thumbnail": "^1.0.17",
|
|
"luxon": "^3.6.1",
|
|
"preact-render-to-string": "^6.5.13",
|
|
"redis": "^4.7.0"
|
|
}
|
|
}
|