wdio-custom-commands-matchers
Version:
Custom wdio command and matchers
29 lines (28 loc) • 568 B
JSON
{
"name": "wdio-custom-commands-matchers",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"webdriverio",
"wdio",
"custom-commands",
"custom-matchers"
],
"author": "Test",
"license": "MIT",
"description": "Custom wdio command and matchers",
"devDependencies": {
"@wdio/globals": "^9.12.2",
"@wdio/types": "^9.12.2",
"typescript": "^5.8.2",
"typescritp": "^1.0.0"
}
}