@choi2021/next-route-visualizer
Version:
🗺️ Visualize Next.js routes as an interactive diagram with advanced function analysis. Supports dynamic route detection, function-based navigation patterns, and comprehensive Next.js route mapping. Generate JSON data and beautiful HTML reports to explore
81 lines (80 loc) • 2.18 kB
JSON
{
"name": "@choi2021/next-route-visualizer",
"version": "1.0.10",
"description": "🗺️ Visualize Next.js routes as an interactive diagram with advanced function analysis. Supports dynamic route detection, function-based navigation patterns, and comprehensive Next.js route mapping. Generate JSON data and beautiful HTML reports to explore page connections and navigation flows.",
"main": "dist/cli/index.js",
"bin": {
"next-route-visualizer": "dist/cli/index.js",
"route-visualizer": "dist/cli/index.js",
"next-route-map": "dist/cli/index.js"
},
"files": [
"dist/",
"dist/src/",
"README.md",
"LICENSE"
],
"workspaces": [
"example-next"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src --ext .ts",
"test": "npm run build && node dist/cli/index.js example-next",
"prepublishOnly": "npm run build"
},
"keywords": [
"nextjs",
"next.js",
"routes",
"routing",
"visualization",
"cli",
"diagram",
"graph",
"navigation",
"pages",
"api",
"typescript",
"react",
"developer-tools",
"analysis",
"mapping",
"html-report",
"interactive",
"page-connections",
"route-explorer"
],
"author": {
"name": "Next.js Route Map Team",
"email": "contact@next-route-map.dev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/next-route-map.git"
},
"bugs": {
"url": "https://github.com/your-username/next-route-map/issues"
},
"homepage": "https://github.com/your-username/next-route-map#readme",
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/node": "^22.15.21",
"eslint": "^9.27.0",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
},
"dependencies": {
"commander": "^14.0.0",
"glob": "^11.0.2"
},
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}