git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
{
"name": "yakatak-scrape",
"private": "true",
"type": "module",
"dependencies": {
"playwright": "^1.55.0"
},
"devDependencies": {
"@types/node": "^24.3.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
}
}