Initial commit
This commit is contained in:
commit
36cd2213f7
5 changed files with 481 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in a new issue