nightwatch-selector-playground
Version:
Nightwatch Selector Playground that allows you to tests command directly from the browser
31 lines (30 loc) • 837 B
JSON
{
"name": "nightwatch-selector-playground",
"version": "1.0.8",
"description": "Nightwatch Selector Playground that allows you to tests command directly from the browser",
"main": "index.js",
"scripts": {
"build": "./preprocessExtension.sh",
"prepublishOnly": "npm run build",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshit-bs/nightwatch-selector-playground.git"
},
"keywords": [
"nightwatch",
"chrome",
"selector-playground",
"automation"
],
"author": "Harshit Agrawal",
"license": "MIT",
"bugs": {
"url": "https://github.com/harshit-bs/nightwatch-selector-playground/issues"
},
"homepage": "https://github.com/harshit-bs/nightwatch-selector-playground#readme",
"dependencies": {
"archiver": "^5.3.1"
}
}