UNPKG

testingbot-tunnel-launcher

Version:
37 lines (36 loc) 896 B
{ "author": "TestingBot <info@testingbot.com> (testingbot.com)", "name": "testingbot-tunnel-launcher", "description": "A wrapper around TestingBot's Tunnel", "version": "1.1.18", "main": "./lib/tunnel-launcher.js", "types": "./lib/tunnel-launcher.d.ts", "homepage": "https://github.com/testingbot/testingbot-tunnel-launcher", "scripts": { "lint": "eslint lib/", "test": "mocha --exit --reporter spec" }, "devDependencies": { "eslint": "^8.57.1", "mocha": "^11.7.5" }, "engines": { "node": ">=18" }, "license": "MIT", "bugs": { "url": "https://github.com/testingbot/testingbot-tunnel-launcher/issues" }, "repository": { "type": "git", "url": "git://github.com/testingbot/testingbot-tunnel-launcher.git" }, "keywords": [ "testingbot tunnel", "selenium", "testingbot", "test", "automation", "cloud" ] }