parsifal/package.json

10 lines
120 B
JSON
Raw Normal View History

2024-09-15 17:04:35 +02:00
{
2024-09-17 20:47:33 +02:00
"scripts": {
"start": "tsx index.mts"
},
2024-09-15 17:04:35 +02:00
"dependencies": {
"puppeteer": "^23.3.0",
"tsx": "^4.19.1"
}
}