UNPKG

browser-automator

Version:

Puppeteer alternative for Chrome extensions. A module for Chrome extensions that functions similarly to Puppeteer.

42 lines 1.21 kB
{ "name": "browser-automator", "version": "3.5.53", "description": "Puppeteer alternative for Chrome extensions. A module for Chrome extensions that functions similarly to Puppeteer.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "watch:build": "(set /p dirPath=\"Enter Dir Path:\" || set dirPath=./lib) && call webpack --watch --output-path \"%dirPath%\"", "dist": "webpack --no-devtool" }, "repository": { "type": "git", "url": "git+https://github.com/SheikhAminul/browser-automator.git" }, "keywords": [ "automator", "chrome-extension", "chrome-extension-puppeteer", "browser-automator", "chrome-automator", "chrome-puppeteer", "puppeteer" ], "author": "Sheikh Aminul <aminulfse@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/SheikhAminul/browser-automator/issues" }, "files": [ "./lib/**/*" ], "homepage": "https://github.com/SheikhAminul/browser-automator#readme", "devDependencies": { "typescript": "^5.8.3", "@types/chrome": "^0.0.315", "ts-loader": "^9.5.2", "webpack": "^5.99.5", "webpack-cli": "^6.0.1", "@types/offscreencanvas": "^2019.7.3" } }