finish package.json
This commit is contained in:
parent
304a4f8425
commit
2b28a7ed38
1 changed files with 9 additions and 4 deletions
|
@ -1,9 +1,14 @@
|
|||
{
|
||||
"name": "parsifal",
|
||||
"author": "Tomáš Mládek <t@mldk.cz>",
|
||||
"version": "0.0.1",
|
||||
"main": "index.mts",
|
||||
"scripts": {
|
||||
"start": "tsx index.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"puppeteer": "^23.3.0",
|
||||
"tsx": "^4.19.1"
|
||||
}
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue