UNPKG

taiko

Version:

Taiko is a Node.js library for automating Chromium based browsers

85 lines (84 loc) 2.51 kB
{ "$schema": "http://json.schemastore.org/package", "name": "taiko", "version": "1.4.9", "description": "Taiko is a Node.js library for automating Chromium based browsers", "main": "bin/taiko.js", "bin": { "taiko": "bin/taiko.js" }, "types": "./types/taiko/index.d.ts", "scripts": { "lint:check": "biome check", "lint:fix": "biome check --write", "doc": "npm run doc:api && eleventy", "doc:serve": "npm run doc:api && eleventy --serve", "doc:api": "node lib/documentation.js", "install": "node lib/install.js", "postinstall": "node lib/documentation.js" }, "repository": { "type": "git", "url": "https://github.com/getgauge/taiko" }, "keywords": [ "headless", "headless-chrome", "headless-testing", "headless-browser" ], "taiko": { "browser": { "version": "140.0.7339.82", "revision": "1496484", "downloads": { "chrome": [ { "platform": "linux64", "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/linux64/chrome-linux64.zip" }, { "platform": "mac-arm64", "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/mac-arm64/chrome-mac-arm64.zip" }, { "platform": "mac-x64", "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/mac-x64/chrome-mac-x64.zip" }, { "platform": "win32", "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/win32/chrome-win32.zip" }, { "platform": "win64", "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/win64/chrome-win64.zip" } ] } } }, "author": "getgauge", "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", "chrome-remote-interface": "^0.33.0", "commander": "^9.5.0", "debug": "^4.3.4", "devtools-protocol": "0.0.1082910", "documentation": "^14.0.1", "extract-zip": "^2.0.1", "fs-extra": "^11.1.0", "https-proxy-agent": "^5.0.1", "is-reachable": "^5.2.1", "progress": "^2.0.3", "proxy-from-env": "^1.1.0", "recast": "^0.23.1" }, "devDependencies": { "@11ty/eleventy": "^3.1.2", "clean-css": "^5.3.1", "eleventy-plugin-toc": "^1.1.5", "markdown-it": "^14.1.1", "markdown-it-anchor": "^9.2.0" } }