{
  "name": "intellify",
  "version": "1.0.0",
  "description": "Detect JavaScript & TypeScript errors and make codes more optimized.",
  "license": "MIT",
  "author": "Nixaut",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "intellify": "./cli.js"
  },
  "preferGlobal": true,
  "scripts": {
    "start": "node cli.js",
    "build": "npm prune --production",
    "prepare": "npm run build"
  },
  "dependencies": {
    "acorn": "^8.11.3",
    "acorn-walk": "^8.3.2",
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "glob": "^10.3.10"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "keywords": [
    "code-analysis",
    "optimization",
    "static-analysis",
    "lint",
    "intellisense",
    "javascript",
    "typescript",
    "cleanup",
    "unused-variables",
    "dead-code",
    "comments",
    "package-analysis",
    "code-intelligence",
    "code-quality",
    "developer-tools"
  ]
}
