-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.05 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
{
"dependencies": {
"folder-hash": "^3.0.0",
"webdriverio": "^5.8.4"
},
"name": "canicatch",
"description": "Full compatibility tests & reports for varies javascript runtime error capturing problems",
"version": "0.1.0",
"main": "index.js",
"devDependencies": {
"@wdio/browserstack-service": "^5.9.0",
"@wdio/cli": "^5.9.0",
"@wdio/local-runner": "^5.9.0",
"@wdio/mocha-framework": "^5.9.0",
"@wdio/selenium-standalone-service": "^5.8.4",
"@wdio/sync": "^5.9.0",
"mocha": "^6.1.4",
"wdio-json-reporter": "^1.1.0"
},
"scripts": {
"test": "mocha index.js",
"ci": "NODE_ENV=CI wdio wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debug-tips/canicatch.git"
},
"keywords": [
"canicatch",
"apm",
"error",
"monitoring"
],
"author": "jasonslyvia",
"license": "MIT",
"bugs": {
"url": "https://github.com/debug-tips/canicatch/issues"
},
"homepage": "https://github.com/debug-tips/canicatch#readme",
"engines": {
"node": ">=10"
}
}