@accesslint/voiceover
Version:
macOS VoiceOver Typescript interface and CLI
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "@accesslint/voiceover",
"author": "Cameron Cundiff",
"version": "0.5.7",
"description": "macOS VoiceOver Typescript interface and CLI",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"bin/*.js",
"lib/*.js",
"lib/*.d.ts"
],
"bin": {
"voiceover": "bin/voiceover.js"
},
"scripts": {
"build": "rimraf lib && tsc",
"test": "playwright test"
},
"repository": "https://github.com/AccessLint/screenreaders",
"keywords": [
"voiceover",
"screenreader",
"accessibility"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AccessLint/screenreaders/issues"
},
"homepage": "https://github.com/AccessLint/screenreaders/blob/main/packages/voiceover/README.md",
"devDependencies": {
"@playwright/test": "^1.20.1",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.3",
"chai": "^4.3.4",
"mocha": "^9.0.2",
"playwright-webkit": "^1.22.2",
"rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@jxa/global-type": "^1.3.4",
"@jxa/run": "^1.3.4",
"@jxa/types": "^1.3.4"
}
}