pkgbase = playwright
	pkgdesc = Node.js library to automate Chromium, Firefox and WebKit with a single API
	pkgver = 1.61.0
	pkgrel = 1
	url = https://playwright.dev
	install = playwright.install
	arch = any
	license = Apache-2.0
	makedepends = npm
	makedepends = jq
	depends = nodejs
	depends = bash
	depends = icu
	depends = libwebp
	depends = pcre
	depends = libffi
	depends = flite
	optdepends = chromium: for chromium support
	optdepends = firefox: for firefox support
	optdepends = webkit2gtk-4.1: system webkit (not used by Playwright's bundled webkit)
	conflicts = python-playwright
	noextract = playwright-1.61.0.tar.gz
	source = playwright-1.61.0.tar.gz::https://registry.npmjs.org/playwright/-/playwright-1.61.0.tgz
	b2sums = SKIP

pkgname = playwright
