{
  "name": "create-effex-app",
  "version": "0.1.42",
  "description": "Create a new Effex app with a single command",
  "type": "module",
  "bin": {
    "create-effex-app": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run build.ts",
    "dev": "bun run --watch build.ts",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@effect/cli": "^0.71.0",
    "@effect/platform": "^0.92.1",
    "@effect/platform-node": "^0.98.3",
    "@effect/schema": "^0.75.5",
    "effect": "^3.18.4",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^20.19.9",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "create-app",
    "scaffold",
    "turborepo",
    "nextjs",
    "prisma",
    "effect-ts",
    "biome",
    "ultracite"
  ],
  "author": "Michael Slocum",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Balance8/effex.git",
    "directory": "packages/create-effex-app"
  },
  "bugs": {
    "url": "https://github.com/Balance8/effex/issues"
  },
  "homepage": "https://github.com/Balance8/effex#readme"
}
