-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
64 lines (64 loc) · 1.55 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "bas-remote-node",
"description": "NodeJS library, which allows you to automate Google Chrome browser.",
"homepage": "https://github.com/CheshireCaat/bas-remote-node#readme",
"repository": "CheshireCaat/bas-remote-node",
"author": "CheshireCaat",
"version": "1.5.6",
"license": "MIT",
"bugs": {
"url": "https://github.com/CheshireCaat/bas-remote-node/issues",
"email": "[email protected]"
},
"type": "commonjs",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"visual-programming-language",
"browserautomationstudio",
"bas-remote-control",
"bas-remote-client",
"bot-framework",
"bas-remote",
"bas-client",
"automation",
"chromium",
"imacros",
"windows",
"desktop",
"browser",
"grabber",
"poster",
"macros",
"bas",
"ide",
"cef",
"bot"
],
"engines": {
"node": ">= 18"
},
"files": [
"src"
],
"os": [
"win32"
],
"dependencies": {
"dedent": "1.5.3",
"extract-zip": "2.0.1",
"file-system-cache": "3.0.0-alpha.7",
"proper-lockfile": "4.1.2",
"rimraf": "6.0.1",
"websocket-as-promised": "3.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@cheshire-caat/prettier-config": "1.0.0",
"chai": "4.5.0",
"mocha": "10.7.3"
},
"prettier": "@cheshire-caat/prettier-config"
}