UNPKG

@wdio/mocha-framework

Version:
51 lines (50 loc) 1.3 kB
{ "name": "@wdio/mocha-framework", "version": "9.22.0", "description": "A WebdriverIO plugin. Adapter for Mocha testing framework.", "author": "Christian Bromann <mail@bromann.dev>", "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework", "license": "MIT", "engines": { "node": ">=18.20.0" }, "repository": { "type": "git", "url": "git+https://github.com/webdriverio/webdriverio.git", "directory": "packages/wdio-mocha-framework" }, "keywords": [ "webdriver", "wdio", "wdio-reporter" ], "bugs": { "url": "https://github.com/webdriverio/webdriverio/issues" }, "type": "module", "exports": { ".": { "import": "./build/index.js", "types": "./build/index.d.ts" }, "./common": { "source": "./src/common.ts", "import": "./build/common.js" }, "./package.json": "./package.json" }, "types": "./build/index.d.ts", "typeScriptVersion": "3.8.3", "dependencies": { "@types/mocha": "^10.0.6", "@types/node": "^20.11.28", "@wdio/logger": "9.18.0", "@wdio/types": "9.20.0", "@wdio/utils": "9.22.0", "mocha": "^10.3.0" }, "publishConfig": { "access": "public" }, "gitHead": "1c858cd9cfb667283c325c4ac722a0227138acc0" }