2024-09-15 17:04:35 +02:00
|
|
|
{
|
2024-09-17 20:54:44 +02:00
|
|
|
"name": "parsifal",
|
|
|
|
"author": "Tomáš Mládek <t@mldk.cz>",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"main": "index.mts",
|
2024-09-17 20:47:33 +02:00
|
|
|
"scripts": {
|
2024-09-17 21:12:11 +02:00
|
|
|
"start": "tsx index.mts",
|
|
|
|
"dev": "tsx index.mts | pino-pretty",
|
2024-09-17 20:56:27 +02:00
|
|
|
"build": "true"
|
2024-09-17 20:47:33 +02:00
|
|
|
},
|
2024-09-17 20:54:44 +02:00
|
|
|
"dependencies": {
|
2024-09-17 21:02:25 +02:00
|
|
|
"pino": "^9.4.0",
|
|
|
|
"pino-pretty": "^11.2.2",
|
2024-09-17 20:54:44 +02:00
|
|
|
"puppeteer": "^23.3.0",
|
|
|
|
"tsx": "^4.19.1"
|
2024-09-17 21:02:25 +02:00
|
|
|
}
|
2024-09-15 17:04:35 +02:00
|
|
|
}
|