watchdocs 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "watchdocs",
3
- "version": "0.1.2",
4
- "description": "Scan a project for dependencies and get official documentation URLs — agent-friendly JSON output.",
5
- "keywords": ["docs", "dependencies", "cli", "agents", "ai"],
3
+ "version": "0.1.3",
4
+ "description": "An LLM-friendly NPM CLI tool for AI agents and developers to scan project dependencies and instantly extract official documentation URLs.",
5
+ "keywords": ["watchdocs", "ai-agents", "llm-tools", "cli-tool", "dependency-scanner", "documentation-finder", "npm-cli", "project-scan", "agentic"],
6
6
  "license": "MIT",
7
7
  "bin": {
8
8
  "watchdocs": "./bin/watchdocs.js"