@neurolint/cli
Version:
Professional React/Next.js modernization platform with CLI, VS Code, and Web App integrations
127 lines • 3.02 kB
JSON
{
"name": "@neurolint/cli",
"version": "1.3.3",
"type": "commonjs",
"description": "Professional React/Next.js modernization platform with CLI, VS Code, and Web App integrations",
"main": "cli.js",
"bin": {
"neurolint": "./cli.js"
},
"scripts": {
"test": "jest --watch",
"test:ci": "jest",
"prepublishOnly": "echo 'Tests passed'",
"type-check": "tsc --noEmit",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"react",
"nextjs",
"modernization",
"linting",
"ast",
"code-quality",
"cli",
"vscode",
"web-app",
"typescript",
"javascript",
"code-fixing",
"automation",
"refactoring",
"code-transformation",
"pattern-matching",
"accessibility",
"ssr",
"hydration",
"testing",
"error-handling",
"code-optimization",
"development-tools",
"code-analysis",
"static-analysis",
"code-review",
"best-practices",
"react-components",
"nextjs-app-router",
"typescript-config",
"eslint-alternative",
"code-standardization",
"automated-fixes",
"code-migration",
"legacy-code",
"modern-react",
"performance-optimization",
"seo-friendly",
"production-ready",
"enterprise",
"team-collaboration",
"ci-cd",
"git-hooks",
"pre-commit",
"code-formatting",
"semantic-analysis",
"intelligent-fixes",
"adaptive-learning",
"pattern-recognition",
"code-intelligence"
],
"author": "NeuroLint Team",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/generator": "^7.28.0",
"@babel/parser": "^7.24.7",
"@babel/traverse": "^7.28.0",
"@babel/types": "^7.28.2",
"@supabase/supabase-js": "^2.55.0",
"ora": "^5.4.1",
"glob": "^8.0.3",
"archiver": "^5.3.1",
"next": "^13.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.27.1",
"@babel/preset-env": "^7.28.0",
"@babel/preset-flow": "^7.27.1",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@reduxjs/toolkit": "^2.8.2",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"babel-jest": "^30.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"react-redux": "^9.2.0",
"tailwind-merge": "^3.3.1"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Alcatecablee/nurolint-app.git"
},
"bugs": {
"url": "https://github.com/Alcatecablee/nurolint-app/issues"
},
"homepage": "https://neurolint.dev",
"files": [
"cli.js",
"fix-master.js",
"validator.js",
"ast-transformer.js",
"backup-manager.js",
"scripts/",
"shared-core/",
"LICENSE"
]
}