backend/package.json
creations 4936ff8978
All checks were successful
Code quality checks / biome (push) Successful in 8s
move all from /api, turn this into backend only ( remove ejs )
2025-05-18 17:48:29 -04:00

35 lines
873 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.lock",
"clearTable": "bun run src/helpers/commands/clearTable.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.2.13",
"@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.3"
},
"dependencies": {
"@creations.works/logger": "^1.0.3",
"eta": "^3.5.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"
}
}