{ "name": "@chahuadev/smart-roadmap", "version": "1.0.0", "description": "AI-Powered Development Roadmap Generator - Analyze projects, detect issues, generate actionable roadmaps automatically", "main": "src/index.js", "bin": { "smart-roadmap": "./cli.js" }, "scripts": { "start": "node cli.js", "scan": "node cli.js scan", "analyze": "node cli.js analyze", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "roadmap", "project-analysis", "code-quality", "development-planning", "project-health", "ai-powered", "security-scanner", "dependency-analyzer", "test-coverage", "technical-debt", "chahuadev" ], "author": { "name": "Chahua Development Co., Ltd.", "email": "dev@chahuadev.com", "url": "https://chahuadev.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chahuadev-com/Chahuadev-smart-roadmap.git" }, "bugs": { "url": "https://github.com/chahuadev-com/Chahuadev-smart-roadmap/issues" }, "homepage": "https://github.com/chahuadev-com/Chahuadev-smart-roadmap#readme", "engines": { "node": ">=16.0.0" }, "optionalDependencies": { "@babel/parser": "^7.28.5", "acorn": "^8.15.0", "eslint": "^8.54.0", "esprima": "^4.0.1" }, "peerDependenciesMeta": { "@babel/parser": { "optional": true }, "acorn": { "optional": true }, "esprima": { "optional": true } }, "files": [ "cli.js", "src/", "README.md", "LICENSE" ] }