deps-dev
Installation
SKILL.md
Package Version Lookup
Query deps.dev to get the latest stable version of open source packages.
Usage
Use the Python script at scripts/deps-dev.py.
Get Latest Version
# npm package
python scripts/deps-dev.py package --system npm --package express
# Scoped npm package
python scripts/deps-dev.py package --system npm --package "@types/node"
# PyPI package
python scripts/deps-dev.py package --system pypi --package requests