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
2024-12-28 21:44:45 +01:00

24 lines
590 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/download.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"
}
}