27 lines
682 B
JSON
27 lines
682 B
JSON
{
|
|
"name": "lucida-queue",
|
|
"version": "0.0.0",
|
|
"description": "Queue for downloading from lucida.to",
|
|
"main": "src/download.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"server": "npx ts-node src/index.ts"
|
|
},
|
|
"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",
|
|
"express": "^4.21.2",
|
|
"playwright": "1.47.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.0",
|
|
"@types/node": "^22.10.2",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|