{
  "name": "@mamdouh-aboammar/staticflow",
  "version": "1.0.5",
  "description": "Transform React SPAs into SEO-optimized static sites, instantly",
  "type": "module",
  "keywords": [
    "ssg",
    "static-site-generator",
    "react",
    "vite",
    "seo",
    "pre-render",
    "ssr",
    "spa-to-ssg",
    "static-generation",
    "performance",
    "ai-optimization"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "staticflow": "./bin/staticflow.mjs"
  },
  "files": [
    "dist",
    "bin",
    "templates"
  ],
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "test": "vitest",
    "lint": "eslint src",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Pixora-dev-ai/StaticFlow"
  },
  "homepage": "https://github.com/Pixora-dev-ai/StaticFlow#readme",
  "bugs": "https://github.com/Pixora-dev-ai/StaticFlow/issues",
  "license": "MIT",
  "author": {
    "name": "Mamdouh Aboammar",
    "email": "mamdouhfces1997@gmail.com"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "fast-glob": "^3.3.2",
    "gray-matter": "^4.0.3",
    "html-minifier-terser": "^7.2.0",
    "ora": "^8.1.0",
    "picocolors": "^1.1.1"
  },
  "overrides": {
    "glob": "^11.0.4"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-router-dom": "^6.0.0",
    "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
  },
  "devDependencies": {
    "@types/html-minifier-terser": "^7.0.2",
    "@types/node": "^22.10.2",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "react-router-dom": "^7.9.6",
    "tsup": "^8.5.1",
    "typescript": "^5.7.2",
    "vitest": "^4.0.10"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
