UNPKG

baywatch

Version:

Advanced capabilities for **Nightwatch** incl. API tests, TypeScript support, and plugin support. :robot:

36 lines (35 loc) 756 B
{ "name": "baywatch", "version": "0.0.2", "description": "Advanced capabilities for **Nightwatch** incl. API tests, TypeScript support, and plugin support. :robot:", "main": "index.js", "scripts": { "start": "node index.js", "test": "node -v" }, "repository": { "type": "git", "url": "git+https://github.com/smapiot/baywatch.git" }, "bugs": { "url": "https://github.com/smapiot/baywatch/issues" }, "keywords": [ "nightwatch", "extension", "testing", "tests", "ui-tests", "api-tests", "smapiot" ], "author": "smapiot", "homepage": "https://smapiot.com", "license": "MIT", "peerDependencies": { "nightwatch": "*" }, "devDependencies": { "nightwatch": "^1.3.4" } }