24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "lucida-queue",
|
|
"version": "0.0.0",
|
|
"description": "Queue for downloading from lucida.to",
|
|
"main": "src/download.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/lucida.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.depeuter.dev:tdpeuter/lucida-queue.git"
|
|
},
|
|
"author": "Tibo De Peuter <tibo@depeuter.dev>",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"playwright": "1.47.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|