backend/package.json
creations 25fcd99acf
Some checks failed
Code quality checks / biome (push) Failing after 16s
move to biomejs, this is before unsafe lint run
2025-04-13 09:14:23 -04:00

36 lines
883 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",
"exiftool-vendored": "^29.3.0",
"fast-jwt": "6.0.1",
"fluent-ffmpeg": "^2.1.3",
"image-thumbnail": "^1.0.17",
"luxon": "^3.6.1",
"redis": "^4.7.0"
}
}