selenium-state-machine
Version:
Write Selenium tests using state machines
51 lines (50 loc) • 1.18 kB
JSON
{
"name": "selenium-state-machine",
"version": "1.4.1",
"description": "Write Selenium tests using state machines",
"main": "lib/index.js",
"files": [
"lib",
"src",
"README.md"
],
"scripts": {
"prepack": "npm run build",
"prepublish": "npm run lint",
"build": "tsc",
"lint": "eslint src/**/*.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vscode-extension-tester",
"vscode",
"typescript",
"javascript",
"selenium",
"automatization",
"ui"
],
"repository": {
"type": "git",
"url": "https://github.com/mlorinc/selenium-state-machine"
},
"bugs": {
"url": "https://github.com/mlorinc/selenium-state-machine/issues"
},
"author": "Marian Lorinc <mlorinc@redhat.com>",
"license": "Apache-2.0",
"devDependencies": {
"@types/mocha": ">=5.2.0",
"@types/selenium-webdriver": ">=4.1.5",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"typescript": "4.8.4"
},
"peerDependencies": {
"selenium-webdriver": "^4.4.0"
},
"dependencies": {
"winston": "^3.8.2"
}
}