{
  "name": "@guidepup/setup",
  "version": "0.23.0",
  "description": "Setup your environment for screen-reader automation.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "setup": "bin/setup"
  },
  "author": "Craig Morten <craig.morten@hotmail.co.uk>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guidepup/setup.git"
  },
  "bugs": {
    "url": "https://github.com/guidepup/setup/issues"
  },
  "homepage": "https://github.com/guidepup/setup",
  "keywords": [
    "screen-reader",
    "accessibility",
    "a11y",
    "voiceover",
    "nvda"
  ],
  "scripts": {
    "build": "yarn clean && yarn compile",
    "ci": "yarn clean && yarn lint && yarn build && yarn resolutionFix && yarn start --ci --record",
    "ci:nvda-install-dir": "yarn clean && yarn lint && yarn build && yarn resolutionFix && yarn start --ci --record --nvda-install-dir %userprofile%\\nvda",
    "ci:ignore-tcc-db": "yarn clean && yarn lint && yarn build && yarn resolutionFix && yarn start --ci --record --ignore-tcc-db",
    "clean": "rimraf lib",
    "compile": "tsc",
    "dev": "ts-node ./src/index.ts",
    "resolutionFix": "ts-node ./.github/workflows/resolutionFix.ts",
    "lint": "eslint . --ext .ts",
    "lint:fix": "yarn lint --fix",
    "start": "node ./bin/setup",
    "prepublish": "yarn build"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.5.0",
    "@typescript-eslint/parser": "^8.5.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2"
  },
  "optionalDependencies": {
    "@guidepup/record": "^0.1.0"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "decompress": "^4.2.1",
    "https-proxy-agent": "^7.0.5",
    "regedit": "5.0.1",
    "semver": "^7.5.4"
  },
  "guidepupNvdaVersion": "0.2.0-2026.1.1"
}
