jmou/yakatak
git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
Loading…
(top)/scrape/package.json
language: JSON
236 Bytes / 13 lines / 13 loc
History
View raw
{
  "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"
  }
}