diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-20 11:23:24 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-20 11:23:24 +0200 |
| commit | 1d0e0de406f0e360dad3e28c7e55df3ef243abd3 (patch) | |
| tree | e209ec5b78a5d5ed25ad896ebb3ad082d5314af0 /.extras/nvchecker.toml | |
| parent | 6b91f97c93940efbed8125f029eefc829853ad63 (diff) | |
| download | my-slackbuilds-1d0e0de406f0e360dad3e28c7e55df3ef243abd3.tar.gz my-slackbuilds-1d0e0de406f0e360dad3e28c7e55df3ef243abd3.zip | |
playwright-cli: add version 0.1.14
CLI for common Playwright actions. Node.js tool installed from the npm
registry tarball; pure JavaScript with no native bits, so noarch.
Browser binaries are not packaged (downloaded at runtime via
"playwright-cli install").
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.extras/nvchecker.toml')
| -rw-r--r-- | .extras/nvchecker.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 65cd627..c4365f3 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -102,3 +102,7 @@ pypi = "huggingface_hub" source = "github" github = "mitsuhiko/click" use_max_tag = true + +[playwright-cli] +source = "npm" +npm = "@playwright/cli" |
