adam-java-analytics
Version:
Java code analyzer for detecting package dependencies and circular references
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "adam-java-analytics",
"version": "1.0.4",
"description": "Java code analyzer for detecting package dependencies and circular references",
"main": "index.js",
"bin": {
"adam-java-analytics": "./bin/cli.js"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"java",
"code-analysis",
"dependencies",
"circular-dependencies",
"visualization"
],
"author": "",
"license": "MIT",
"dependencies": {
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-radio-group": "^1.2.4",
"@radix-ui/react-switch": "^1.1.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cytoscape": "^3.26.0",
"cytoscape-dagre": "^2.5.0",
"lucide-react": "^0.294.0",
"next": "^14.0.4",
"open": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/cytoscape": "^3.19.16",
"@types/cytoscape-dagre": "^2.3.3",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.32",
"tailwind-animate": "^0.2.10",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.0.0"
}
}