-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
{
"name": "systelab-components-wdio-test",
"version": "8.0.4",
"license": "MIT",
"type": "module",
"description": "Widgets to be use in the E2E Tests based in WDIO",
"keywords": [
"Angular",
"Angular-cli",
"NPM",
"Systelab"
],
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"private": false,
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"start-remote-test-server": "npx ts-node --project tsconfig.json test/remote/server.ts",
"test-remote-server": "node -r ts-node/register -r tsconfig-paths/register node_modules/jasmine/bin/jasmine JASMINE_CONFIG_PATH=test/remote/remote-application-jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/systelab/systelab-components-wdio-test.git"
},
"dependencies": {
"ajv": "8.17.1",
"core-js": "3.19.2",
"express": "4.21.0",
"pixelmatch": "5.3.0",
"pngjs": "6.0.0",
"tslib": "2.7.0",
"webdriverio": "8.40.6"
},
"devDependencies": {
"@types/core-js": "2.5.5",
"@types/express": "4.17.21",
"@types/jasmine": "5.1.0",
"@types/jasminewd2": "2.0.13",
"@types/node": "20.6.0",
"@types/pixelmatch": "5.2.4",
"@types/pngjs": "6.0.1",
"@types/tmp": "0.2.6",
"@wdio/allure-reporter": "8.40.6",
"@wdio/cli": "8.40.6",
"@wdio/jasmine-framework": "8.40.6",
"@wdio/local-runner": "8.40.6",
"@wdio/spec-reporter": "8.40.6",
"@wdio/types": "8.40.6",
"colors": "1.4.0",
"jasmine-spec-reporter": "7.0.0",
"tmp": "0.2.1",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"wdio-chromedriver-service": "8.1.1"
}
}