wdio-screen-commands
Version:
WebdriverIO commands to capture and record browser screens.
79 lines (78 loc) • 1.85 kB
JSON
{
"name": "wdio-screen-commands",
"version": "5.7.0",
"title": "WebdriverIO Screen Commands",
"description": "WebdriverIO commands to capture and record browser screens.",
"keywords": [
"webdriver",
"WebdriverIO",
"screen",
"commands",
"screenshot",
"video",
"recording"
],
"homepage": "https://github.com/blueimp/wdio-screen-commands",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"repository": {
"type": "git",
"url": "git://github.com/blueimp/wdio-screen-commands.git"
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@wdio/logger": "7",
"adb-record-screen": "1",
"ffmpeg-image-diff": "1",
"record-screen": "3"
},
"devDependencies": {
"@types/mocha": "9",
"@types/node": "16",
"@wdio/mocha-framework": "7",
"@wdio/types": "7",
"eslint": "7",
"eslint-config-blueimp": "2",
"eslint-config-prettier": "8",
"eslint-plugin-jsdoc": "36",
"eslint-plugin-node": "11",
"eslint-plugin-prettier": "4",
"prettier": "2",
"ts-node": "10",
"typescript": "4",
"webdriverio": "7"
},
"eslintConfig": {
"extends": [
"blueimp",
"plugin:jsdoc/recommended",
"plugin:node/recommended",
"plugin:prettier/recommended"
]
},
"prettier": {
"arrowParens": "avoid",
"proseWrap": "always",
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"scripts": {
"test": "eslint . && tsc",
"build": "rm -f index.d.ts && tsc -p tsconfig.d.json",
"preversion": "npm test",
"version": "npm run build && git add -A index.d.ts",
"postversion": "git push --tags origin HEAD && npm publish"
},
"files": [
"types/index.d.ts",
"index.d.ts",
"index.js"
],
"main": "index.js"
}