{
  "name": "react-doctor-cli-dev",
  "version": "1.0.9",
  "description": "React performance analyzer with static analysis, runtime profiling, rule engine, and dashboard",
  "main": "index.js",
  "type": "commonjs",
  "bin": {
    "react-doctor": "./cli/bin/react-doctor.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "build": "node scripts/build.js",
    "dev": "node scripts/dev.js"
  },
  "keywords": [
    "react",
    "performance",
    "profiler",
    "cli",
    "analyzer",
    "dashboard",
    "web-vitals"
  ],
  "author": "Ozma",
  "license": "ISC",
  "dependencies": {
    "@babel/parser": "^7.29.0",
    "@babel/traverse": "^7.29.0",
    "@babel/types": "^7.29.0",
    "@fontsource/jetbrains-mono": "^5.2.8",
    "@fontsource/tajawal": "^5.2.7",
    "axios": "^1.6.0",
    "better-sqlite3": "^12.10.0",
    "chalk": "^4.1.2",
    "chart.js": "^4.5.1",
    "commander": "^12.0.0",
    "cors": "^2.8.6",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "fs-extra": "^11.3.4",
    "glob": "^13.0.6",
    "helmet": "^8.2.0",
    "ora": "^5.4.1",
    "puppeteer-core": "^22.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.0.0",
    "web-vitals": "^5.1.0"
  },
  "devDependencies": {
    "@types/babel__traverse": "^7.28.0",
    "@types/better-sqlite3": "^7.6.13",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^25.9.1",
    "nodemon": "^3.1.14"
  },
  "files": [
    "cli/**/*",
    "backend/**/*",
    "frontend/dist/**/*",
    "core/**/*",
    "scripts/**/*",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}
