parsifal/package.json
2024-09-17 20:47:33 +02:00

9 lines
120 B
JSON

{
"scripts": {
"start": "tsx index.mts"
},
"dependencies": {
"puppeteer": "^23.3.0",
"tsx": "^4.19.1"
}
}