com um clique
apm-dependency-frontend
// Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/frontend. Required for E2E testing via Playwright CLI and for browser debugging via chrome-devtools-mcp.
// Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/frontend. Required for E2E testing via Playwright CLI and for browser debugging via chrome-devtools-mcp.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/isucon. Use when bootstrapping or auditing an ISUCON contest workspace's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform. Use when bootstrapping or auditing a Terraform repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/common. Use when bootstrapping or auditing a repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform-gcp. Use when bootstrapping or auditing a Terraform-on-GCP repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/android. Use when bootstrapping or auditing an Android repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/go. Use when bootstrapping or auditing a Go repo's mise.toml.
| name | apm-dependency-frontend |
| description | Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/frontend. Required for E2E testing via Playwright CLI and for browser debugging via chrome-devtools-mcp. |
[tools]
node = "lts"
pnpm = "latest"
"npm:@playwright/cli" = "latest"
"npm:chrome-devtools-mcp" = "latest"
@playwright/cli (not playwright).
Pair it with the playwright-cli Agent Skill (auto-installed by this package via microsoft/playwright-cli/skills/playwright-cli).
Do NOT add a Playwright MCP server.chrome-devtools-mcp binary, used either as an MCP server or invoked directly as a CLI.
Pair it with the chrome-devtools-cli Agent Skill (auto-installed by this package via ChromeDevTools/chrome-devtools-mcp/skills/chrome-devtools-cli).@playwright/cli, run mise exec -- playwright install --with-deps once per environment to fetch browser binaries.npm instead of pnpm (e.g. portfolio3, conoha-wallpaper-scraper) should drop the pnpm line.bun instead may swap pnpm for bun.