@rbnx/webdriverio
Version:
webdriverio plugin for nx
38 lines (37 loc) • 795 B
JSON
{
"name": "@rbnx/webdriverio",
"version": "1.6.0",
"description": "webdriverio plugin for nx",
"author": "Richard Roozenboom",
"license": "MIT",
"repository": {
"type": "github",
"url": "https://github.com/roozenboom/rbnx",
"directory": "packages/webdriverio"
},
"bugs": {
"url": "https://github.com/roozenboom/rbnx/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"nrwl",
"nx",
"nx plugin",
"monorepo",
"e2e",
"testing",
"webdriverio",
"wdio"
],
"main": "./src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"@nx/devkit": "^16.0.0",
"@wdio/cli": "^8.8.0"
},
"type": "commonjs"
}