UNPKG

viewfinder-regular

Version:

Remote isolated browser platform by Dosyago

28 lines (27 loc) 828 B
{ "name": "chrome-launcher", "main": "./dist/index.js", "scripts": { "build": "tsc", "dev": "tsc -w", "test": "mocha --require ts-node/register --reporter=dot test/**/*-test.ts --timeout=10000", "test-formatting": "test/check-formatting.sh", "format": "scripts/format.sh", "type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js" }, "devDependencies": { }, "dependencies": { "@types/node": "*", "is-wsl": "^2.1.0", "lighthouse-logger": "^1.0.0", "minimist": "^1.2.5", "rimraf": "^2.6.1" }, "version": "0.12.0", "types": "./dist/index.d.ts", "description": "Launch latest Chrome with the Devtools Protocol port open", "repository": "https://github.com/GoogleChrome/chrome-launcher/", "author": "The Chromium Authors", "license": "Apache-2.0" }