@applitools/spec-driver-webdriverio
Version:
114 lines • 2.66 kB
JSON
{
"name": "@applitools/spec-driver-webdriverio",
"version": "1.5.10",
"keywords": [
"webdriverio",
"wdio",
"chrome devtools protocol",
"cdp",
"devtools",
"webdriver",
"webdriverjs",
"applitools",
"automation",
"testing",
"tests"
],
"homepage": "https://applitools.com",
"bugs": {
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/applitools/eyes.sdk.javascript1.git",
"directory": "js/packages/spec-driver-webdriverio"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./types/index.d.ts"
},
"./v8": {
"types": "./types/v8.d.ts"
},
"./v7": {
"types": "./types/v7.d.ts"
},
"./v6": {
"types": "./types/v6.d.ts"
},
"./v5": {
"types": "./types/v5-async.d.ts"
},
"./v5/async": {
"types": "./types/v5-async.d.ts"
},
"./v5/sync": {
"types": "./types/v5-sync.d.ts"
},
"./dist/*": "./dist/*.js",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"v8": [
"./types/v8.d.ts"
],
"v7": [
"./types/v7.d.ts"
],
"v6": [
"./types/v6.d.ts"
],
"v5": [
"./types/v5-async.d.ts"
],
"v5/async": [
"./types/v5-async.d.ts"
],
"v5/sync": [
"./types/v5-sync.d.ts"
]
}
},
"files": [
"dist",
"types"
],
"scripts": {
"lint": "run --top-level eslint '**/*.ts'",
"build": "run --top-level tspc --project tsconfig.build.v$([ ! -z $APPLITOOLS_FRAMEWORK_VERSION ] && echo $APPLITOOLS_FRAMEWORK_VERSION | cut -f1 -d'.' || echo 8).json",
"test": "run --top-level mocha './test/**/*.spec.ts' -r @applitools/test-utils/mocha-hooks/docker --exit",
"setup": "run --top-level browsers:setup",
"up:framework": "run --top-level add-silent webdriverio"
},
"dependencies": {
"@applitools/driver": "1.13.4",
"@applitools/utils": "1.5.0"
},
"devDependencies": {
"@applitools/api-extractor": "^1.2.21",
"@applitools/test-utils": "^1.5.17",
"@types/node": "^16.18.14",
"chromedriver": "^114.0.3",
"devtools": "^8.14.0",
"nock": "^13.3.2",
"webdriverio": "^8.14.2"
},
"peerDependencies": {
"webdriverio": ">=5.0.0"
},
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
}
}