{
  "name": "cliseo",
  "version": "0.2.4",
  "description": "Instant AI-Powered SEO Optimization CLI for Developers",
  "type": "module",
  "bin": {
    "cliseo": "./dist/cli/cli.js"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc",
    "build:cli": "tsc",
    "prepare": "npm run build",
    "lint": "eslint .",
    "preview": "vite preview",
    "cli": "node dist/cli/cli.js",
    "test": "jest",
    "test:e2e": "cd tests && ./run-tests.sh",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui"
  },
  "dependencies": {
    "@babel/core": "7.27.4",
    "@babel/generator": "^7.24.9",
    "@babel/parser": "^7.27.2",
    "@babel/plugin-proposal-decorators": "^7.27.1",
    "@babel/plugin-syntax-jsx": "7.27.1",
    "@babel/plugin-syntax-typescript": "7.27.1",
    "@babel/plugin-transform-react-jsx": "7.27.1",
    "@babel/plugin-transform-typescript": "7.27.1",
    "@babel/preset-react": "7.27.1",
    "@babel/preset-typescript": "7.27.1",
    "@babel/traverse": "7.27.4",
    "@babel/types": "7.27.6",
    "axios": "^1.9.0",
    "chalk": "^5.3.0",
    "cheerio": "^1.0.0",
    "commander": "^12.0.0",
    "dotenv": "^16.5.0",
    "glob": "^10.3.10",
    "htmlparser2": "^9.1.0",
    "inquirer": "^9.2.15",
    "jsdom": "^26.1.0",
    "openai": "^4.28.4",
    "ora": "^8.0.1",
    "prettier": "3.5.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.0",
    "@types/dotenv": "^8.2.3",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.14.9",
    "@types/ora": "^3.1.0",
    "@vitejs/plugin-react-swc": "3.10.0",
    "eslint": "^9.9.0",
    "tsx": "4.15.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.0.1",
    "vite": "^5.4.1",
    "vitest": "^1.4.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "seo",
    "ai",
    "optimization",
    "cli",
    "react",
    "nextjs",
    "typescript",
    "cliseo"
  ],
  "author": "Your Name",
  "license": "AGPL-3.0",
  "files": [
    "dist/cli/**",
    "dist/**",
    "README.md",
    "LICENSE"
  ]
}
