51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "@wdio/logger",
|
||
|
|
"version": "9.18.0",
|
||
|
|
"description": "A helper utility for logging of WebdriverIO packages",
|
||
|
|
"author": "Christian Bromann <mail@bromann.dev>",
|
||
|
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-logger",
|
||
|
|
"license": "MIT",
|
||
|
|
"type": "module",
|
||
|
|
"types": "./build/index.d.ts",
|
||
|
|
"main": "./build/index.cjs",
|
||
|
|
"browser": "./build/browser.js",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"browserSource": "./src/browser.ts",
|
||
|
|
"browser": "./build/browser.js",
|
||
|
|
"types": "./build/index.d.ts",
|
||
|
|
"import": "./build/index.js",
|
||
|
|
"require": "./build/index.cjs"
|
||
|
|
},
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"typeScriptVersion": "3.8.3",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18.20.0"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/webdriverio/webdriverio.git",
|
||
|
|
"directory": "packages/wdio-logger"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"webdriver",
|
||
|
|
"wdio",
|
||
|
|
"wdio-utility"
|
||
|
|
],
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/webdriverio/webdriverio/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"chalk": "^5.1.2",
|
||
|
|
"loglevel": "^1.6.0",
|
||
|
|
"loglevel-plugin-prefix": "^0.8.4",
|
||
|
|
"safe-regex2": "^5.0.0",
|
||
|
|
"strip-ansi": "^7.1.0"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"gitHead": "a515cdf9ce892da87708c290dd2b05b051bbe602"
|
||
|
|
}
|