-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.78 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.78 KB
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
65
66
{
"name": "shadowdriverjs",
"version": "2.1.2",
"description": "A JavaScript project using Selenium WebDriverJS for testing or automation with the respect of the Protractor JS",
"main": "src/shadowRunner/runner.js",
"files": [
"installer.js",
"lib/**",
"parser/**",
"package/**",
"shadhowdriverjs-intellisense/shadowdriverjs-intellisense.vsix"
],
"scripts": {
"test": "mocha",
"build:prod": "babel src --out-dir package",
"build:local": "babel src --out-dir package",
"test:ui": "node package/shadowRunner/runner.js exec shadow.conf.win.js",
"browser:chrome": "node package/downloader/downloader.js"
},
"bin": {
"shadow": "package/shadowRunner/runner.js",
"browser:chrome": "package/downloader/downloader.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noodlescripter/shadowdriverJS.git"
},
"keywords": [
"shadowdriverJS",
"selenium",
"webdriverJS",
"JavaScript",
"Protractor"
],
"author": "Hamim Alam",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.16",
"axios": "^1.7.8",
"chalk": "^2.4.2",
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"glob": "^10.3.10",
"handlebars": "^4.7.8",
"mochawesome": "^7.1.3",
"mssql": "^11.0.1",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"selenium-webdriver": "^4.16.0",
"shadowdriverjs": "^1.0.1-beta.0"
},
"bugs": {
"url": "https://github.com/noodlescripter/shadhowdriver/issues"
},
"homepage": "https://shadowdriverjs.dev/",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"chai": "^4.0.0",
"jest": "^29.7.0",
"mocha": "^10.2.0",
"mocha-multi-reporters": "^1.5.1",
"mochawesome": "^7.1.3"
}
}