UNPKG

wdio-config

Version:

A helper utility to parse and validate WebdriverIO options

38 lines (37 loc) 942 B
{ "name": "wdio-config", "version": "5.0.0-alpha.7", "description": "A helper utility to parse and validate WebdriverIO options", "author": "Christian Bromann <christian@saucelabs.com>", "homepage": "https://github.com/webdriverio/webdriverio/packages/wdio-config", "license": "MIT", "main": "./build/index", "engines": { "node": ">= 4.8.5" }, "scripts": { "build": "run-s clean compile", "clean": "rm -rf ./build", "compile": "babel src/ -d build/", "test": "run-s test:*", "test:eslint": "eslint src test", "test:unit": "jest" }, "repository": { "type": "git", "url": "git://github.com/webdriverio/webdriverio.git" }, "keywords": [ "webdriver", "wdio", "wdio-utility" ], "bugs": { "url": "https://github.com/webdriverio/webdriverio/issues" }, "dependencies": { "deepmerge": "^2.0.1", "glob": "^7.1.2", "wdio-logger": "^5.0.0-alpha.7" } }