# This skill's only dependency is a public package, and npm resolves the nearest
# package.json as the project root — so the repo-level registry choice does not
# reach here and a developer's global registry (a corporate mirror, a proxy)
# decides whether the install works. Pin it: the dependency is public, resolve
# it publicly, and the install behaves the same for everyone who runs it.
registry=https://registry.npmjs.org/
