{
    "name": "jaid",
    "version": "0.0.26-dev.20",
    "main": "dist/src/index.js",
    "files": [
        "dist",
        "types"
    ],
    "exports": {
        "./hooks": {
            "default": "./dist/src/hooks/index.js",
            "types": "./types/src/hooks/index.d.ts"
        },
        ".": {
            "default": "./dist/src/index.js",
            "types": "./types/src/index.d.ts"
        }
    },
    "types": "dist/src/index.d.ts",
    "description": "A powerful CLI for SSR with React and TypeScript, leveraging esbuild for fast builds and file-based routing.",
    "keywords": [
        "cli",
        "esbuild",
        "react",
        "typescript",
        "ssr",
        "server-side-rendering",
        "file-based-routing",
        "framework"
    ],
    "bin": {
        "jaid": "dist/src/cli.js"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/ppenter/jaid.git"
    },
    "author": "Jarupak Srisuchat <jarupak.sri@gmail.com>",
    "scripts": {
        "link-cli": "yarn link --global && chmod +x ./dist/src/cli.js",
        "dev": "tsc -w",
        "build-cli": "esbuild src/cli.tsx --bundle --outdir=./buildes --format=cjs --platform=node --external:'esbuild' --packages=external"
    },
    "dependencies": {
        "@rtvision/esbuild-dynamic-import": "^2.0.2",
        "@swc/core": "^1.4.6",
        "@twind/core": "^1.1.3",
        "@types/bcryptjs": "^2.4.6",
        "@types/cls-hooked": "^4.3.8",
        "@types/express": "^4.17.21",
        "@types/react": "^18.2.58",
        "@types/react-dom": "^18.2.19",
        "autoprefixer": "^10.4.17",
        "bcryptjs": "^2.4.3",
        "bull": "^4.12.2",
        "child-process-promise": "^2.2.1",
        "child_process": "^1.0.2",
        "chokidar": "^3.6.0",
        "cls-hooked": "^4.2.2",
        "commander": "^12.0.0",
        "consola": "^3.2.3",
        "continuation-local-storage": "^3.2.1",
        "cookie-parser": "^1.4.6",
        "esbuild": "^0.20.1",
        "esbuild-css-modules-plugin": "^3.1.0",
        "esbuild-plugin-replace": "^1.4.0",
        "esbuild-plugin-text-replace": "^1.3.0",
        "esbuild-plugin-tsc": "^0.4.0",
        "esbuild-sass-plugin": "^3.2.0",
        "esbuild-ssr-css-modules-plugin": "^0.1.10",
        "express": "^4.18.2",
        "express-nunjucks": "^3.1.2",
        "jsdom": "^24.0.0",
        "kill-port": "^2.0.1",
        "mkdirp": "^3.0.1",
        "nano": "^10.1.3",
        "nocache": "^4.0.0",
        "node-storage": "^0.0.9",
        "node-typescript-compiler": "^4.0.0",
        "nunjucks": "^3.2.4",
        "ora": "5.4.1",
        "pgtools": "^1.0.1",
        "postcss": "^8.4.35",
        "postgres": "^3.4.4",
        "prettier": "3.2.5",
        "prompts": "^2.4.2",
        "redis-server": "^1.2.2",
        "rimraf": "^5.0.5",
        "socket.io": "^4.7.5",
        "tailwindcss": "^3.4.1",
        "terminate": "^2.6.1",
        "ts-loader": "^9.5.1",
        "tslog": "^4.9.2",
        "typescript": "^5.3.3",
        "vite": "^5.1.5",
        "webpack": "^5.90.3",
        "ws": "^8.17.0"
    },
    "devDependencies": {
        "@types/bull": "^4.10.0",
        "@types/child-process-promise": "^2.2.6",
        "@types/continuation-local-storage": "^3.2.7",
        "@types/kill-port": "^2.0.3",
        "@types/nunjucks": "^3.2.6",
        "@types/prompt": "^1.1.8",
        "@types/prompts": "^2.4.9",
        "@types/redis-server": "^1.2.2",
        "@types/ws": "^8.5.10",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-router-dom": "6.22.3"
    },
    "peerDependencies": {
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-router-dom": "6.22.3"
    }
}
