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
Installs
8
GitHub Stars
3
First Seen
Jan 22, 2026
deps-dev — trancong12102/ccc