This repository has been archived on 2025-08-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lucida-queue/package.json

42 lines
1.1 KiB
JSON

{
"name": "lucida-queue",
"version": "1.0.0",
"description": "Queue for downloading from lucida.to",
"main": "backend/app.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"backend": "ts-node backend/app.ts",
"backend-dev": "ts-node-dev backend/app.ts",
"frontend": "http-server frontend",
"frontend-dev": "live-server frontend"
},
"repository": {
"type": "git",
"url": "git@git.depeuter.dev:tdpeuter/lucida-queue.git"
},
"author": "Tibo De Peuter <tibo@depeuter.dev>",
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.2",
"jsdom": "^25.0.1",
"playwright": "1.47.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"http-server": "^14.1.1",
"live-server": "^1.2.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
}
}