mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"name": "musenalm-clicker",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"click": "node ./clicker.mjs"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.50.0"
|
|
}
|
|
}
|