{
  "name": "wordle-buddy",
  "version": "0.0.5",
  "description": "Bot that solves wordle puzzles",
  "main": "index.mjs",
  "bin": "bin.mjs",
  "scripts": {
    "play": "./bin.mjs",
    "record": "RECORD_VIDEO=1 ./bin.mjs"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "find-up": "^6.2.0",
    "playwright": "^1.17.2",
    "sinon": "^12.0.1"
  }
}
