11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"screenshots": "node capture-screenshots.js"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.57.0"
|
|
}
|
|
}
|