systelab-components-wdio-test
Version:
Widgets to be use in the E2E Tests based in WDIO
65 lines (64 loc) • 1.69 kB
JSON
{
"name": "systelab-components-wdio-test",
"version": "9.2.0",
"license": "MIT",
"type": "module",
"description": "Widgets to be use in the E2E Tests based in WDIO",
"keywords": [
"Angular",
"Angular-cli",
"NPM",
"Systelab"
],
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"private": false,
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"start-remote-test-server": "node --loader ts-node/esm test/remote/server.ts",
"test-remote-server": "cross-env JASMINE_CONFIG_PATH=test/remote/remote-application-jasmine.json tsx node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/systelab/systelab-components-wdio-test.git"
},
"dependencies": {
"ajv": "8.17.1",
"core-js": "3.45.1",
"express": "5.1.0",
"pixelmatch": "7.1.0",
"pngjs": "7.0.0",
"tslib": "2.8.1",
"webdriverio": "9.17.0"
},
"devDependencies": {
"@types/core-js": "2.5.8",
"@types/express": "5.0.3",
"@types/jasmine": "5.1.9",
"@types/jasminewd2": "2.0.13",
"@types/node": "24.6.2",
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"@types/tmp": "0.2.6",
"@wdio/allure-reporter": "9.17.0",
"@wdio/cli": "9.17.0",
"@wdio/jasmine-framework": "9.17.0",
"@wdio/local-runner": "9.17.0",
"@wdio/spec-reporter": "9.17.0",
"@wdio/types": "9.16.2",
"colors": "1.4.0",
"cross-env": "7.0.3",
"jasmine-spec-reporter": "7.0.0",
"tmp": "0.2.5",
"ts-node": "10.9.2",
"tsx": "4.19.2",
"typescript": "5.9.3"
}
}