17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "parsifal",
|
|
"author": "Tomáš Mládek <t@mldk.cz>",
|
|
"version": "0.0.1",
|
|
"main": "index.mts",
|
|
"scripts": {
|
|
"start": "tsx index.mts",
|
|
"dev": "tsx index.mts | pino-pretty",
|
|
"build": "true"
|
|
},
|
|
"dependencies": {
|
|
"pino": "^9.4.0",
|
|
"pino-pretty": "^11.2.2",
|
|
"puppeteer": "^23.3.0",
|
|
"tsx": "^4.19.1"
|
|
}
|
|
}
|