UNPKG

codecanon

Version:

CLI tool that downloads documentation from 3rd party libraries, converts them to Markdown, and optimizes for LLMs

63 lines (62 loc) 1.33 kB
{ "name": "codecanon", "version": "0.0.3", "packageManager": "pnpm@10.12.4", "description": "CLI tool that downloads documentation from 3rd party libraries, converts them to Markdown, and optimizes for LLMs", "author": "Konstantin Tarkus <hello@codecanon.ai>", "repository": "kriasoft/codecanon", "license": "Apache-2.0", "keywords": [ "cli", "documentation", "docs", "markdown", "llm", "ai", "npm", "github", "converter", "developer-tools", "scraper", "code-documentation", "api-docs", "claude", "gemini", "cursor", "devin", "github-copilot", "copilot", "ai-assistant", "coding-assistant", "llm-context", "context-generation", "prompt-engineering", "ai-workflow", "openai", "anthropic" ], "type": "module", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "bin": { "canon": "dist/cli/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsx cli/index.ts", "start": "node dist/cli/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "commander": "^14.0.0" }, "devDependencies": { "@types/node": "^24.0.7", "prettier": "^3.6.2", "tsx": "^4.20.3", "typescript": "^5.8.3" } }