forked from w3c/aria-at-automation-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@bocoup/windows-sapi-tts-engine-for-automation",
"version": "0.0.3",
"description": "A WebSocket server which allows clients to observe the text enunciated by a screen reader and to simulate user input ",
"main": "index.js",
"bin": {
"at-driver": "./bin/at-driver"
},
"scripts": {
"postinstall": "node scripts/install.js -- install",
"postuninstall": "node scripts/install.js -- uninstall",
"test": "mocha --ui tdd test"
},
"files": [
"lib",
"Release/AutomationTtsEngine.dll",
"Release/Vocalizer.exe",
"scripts"
],
"author": "",
"license": "MIT",
"devDependencies": {
"mocha": "^9.1.2"
},
"dependencies": {
"robotjs": "^0.6.0",
"sudo-prompt": "^9.2.1",
"ws": "^8.2.3",
"yargs": "^17.2.1"
}
}