51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "@wdio/mocha-framework",
|
||
|
|
"version": "9.25.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.25.0",
|
||
|
|
"@wdio/utils": "9.25.0",
|
||
|
|
"mocha": "^10.3.0"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"gitHead": "1352571ae8709a895c223973f1840f38d8530f4a"
|
||
|
|
}
|