-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.02 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
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "saby-units",
"description": "Unit testing for WaSaby",
"keywords": [
"test",
"testing",
"unit",
"wasaby",
"saby"
],
"version": "23.2100.0",
"repository": {
"type": "git",
"url": "git@git.sbis.ru:saby/Units.git"
},
"bin": {
"saby-units": "./cli.js"
},
"config": {
"moduleType": "esm",
"root": ".",
"tests": "",
"report": "artifacts/xunit-report.xml",
"htmlCoverageReport": "/artifacts/coverage/index.html",
"jsonCoverageReport": "artifacts/coverage.json",
"timeout": 10000,
"links": {},
"dependencies": [],
"patchedRequire": false,
"url": {
"scheme": "http",
"host": "localhost",
"path": "",
"query": "reporter=XUnit"
}
},
"mimeTypes": {
"es": "application/javascript"
},
"scripts": {
"postinstall": "node fix-sinon",
"install-selenium": "npm install selenium-standalone@6.14.1 && node node_modules/selenium-standalone/bin/selenium-standalone install",
"install-webdriver": "npm install webdriverio@5.16.6 && npm install webdriver@5.16.6",
"install-nyc": "npm install nyc@12.0.2"
},
"engines": {
"node": ">=8.0"
},
"dependencies": {
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.0.1",
"@types/chai": "4.2.0",
"@types/mocha": "5.2.7",
"@types/sinon": "7.5.0",
"@types/jest": "26.0.23",
"chai": "4.2.0",
"connect": "3.7.0",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"mime": "2.4.4",
"mocha": "6.2.0",
"requirejs": "2.3.6",
"serve-static": "1.14.1",
"sinon": "7.5.0",
"url": "0.11.0",
"chrome-remote-interface": "0.28.2",
"chrome-launcher": "0.13.4",
"jest": "27.5.1",
"jest-junit": "13.0.0",
"jest-environment-jsdom": "27.5.1",
"jest-environment-node": "27.5.1",
"open": "^8.2.1",
"service-worker-mock": "2.0.5"
},
"devDependencies": {}
}