UNPKG

@guidepup/setup

Version:

Setup your environment for screen-reader automation.

62 lines (61 loc) 1.92 kB
{ "name": "@guidepup/setup", "version": "0.19.3", "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": "https://github.com/guidepup/setup" }, "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": "^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", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.6.2" }, "dependencies": { "@guidepup/guidepup": "^0.24.0", "@guidepup/record": "^0.1.0", "chalk": "^4.0.0", "decompress": "^4.2.1", "https-proxy-agent": "^7.0.5", "regedit": "5.0.1", "semver": "^7.5.4" }, "guidepupNvdaVersion": "0.1.3-2021.3.1" }