{
  "name": "@guidepup/guidepup",
  "version": "0.24.1",
  "description": "Screen reader driver for test automation.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "author": "Craig Morten <craig.morten@hotmail.co.uk>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/guidepup/guidepup"
  },
  "bugs": {
    "url": "https://github.com/guidepup/guidepup/issues"
  },
  "homepage": "https://github.com/guidepup/guidepup",
  "keywords": [
    "screen reader",
    "screen-reader",
    "accessibility",
    "a11y",
    "voiceover",
    "nvda",
    "guidepup"
  ],
  "scripts": {
    "build": "yarn clean && yarn compile && yarn docs",
    "ci": "yarn clean && yarn lint && yarn test:coverage && yarn build",
    "clean": "rimraf lib docs",
    "compile": "tsc",
    "docs": "typedoc --tsconfig ./tsconfig.json --out docs --name Guidepup --includeVersion --readme ./README.md src/index.ts",
    "postdocs": "echo 'future: true\nencoding: \"UTF-8\"\ninclude:\n  - \"_*_.html\"\n  - \"_*_.*.html\"' > ./docs/_config.yaml",
    "lint": "eslint . --ext .ts --cache",
    "lint:fix": "yarn lint --fix",
    "test": "jest",
    "test:coverage": "yarn test --coverage",
    "prepublish": "yarn build"
  },
  "devDependencies": {
    "@guidepup/record": "^0.1.0",
    "@types/jest": "^29.5.13",
    "@types/node": "^22.5.5",
    "@typescript-eslint/eslint-plugin": "^8.5.0",
    "@typescript-eslint/parser": "^8.5.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "jest": "^29.4.0",
    "nock": "^13.5.5",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typedoc": "^0.26.7",
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "regedit": "5.1.2",
    "semver": "^7.3.8",
    "shelljs": "^0.8.5"
  }
}
