{
	"name": "browser-automator",
	"version": "3.5.58",
	"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": {
		"@types/chrome": "0.1.40",
		"@types/offscreencanvas": "^2019.7.3",
		"ts-loader": "^9.5.2",
		"typescript": "^5.8.3",
		"webpack": "^5.99.5",
		"webpack-cli": "^6.0.1"
	}
}