{
  "name": "@typed-assistant/builder",
  "version": "0.0.93",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TypedAssistant/TypedAssistant.git",
    "directory": "packages/builder"
  },
  "exports": {
    "./appProcess": "./src/appProcess.tsx",
    "./bunInstall": "./src/bunInstall.tsx",
    "./pullChanges": "./src/pullChanges.tsx"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@elysiajs/eden": "^1.1.3",
    "@mdi/svg": "^7.3.67",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "ansi-to-html": "^0.7.2",
    "debounce": "^2.0.0",
    "elysia": "~1.1.25",
    "ignore": "^5.3.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "tailwind-merge": "^2.2.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/eslint": "^8.56.1",
    "@types/node": "^20.10.6",
    "bun-types": "^1.0.2",
    "eslint": "^8.56.0",
    "eslint-plugin-html": "^7.1.0",
    "ts-toolbelt": "^9.6.0",
    "typescript": "^5.4.0",
    "@typed-assistant/eslint-config": "0.0.11",
    "@typed-assistant/typescript-config": "0.0.12",
    "@typed-assistant/logger": "0.0.23",
    "@typed-assistant/utils": "0.0.21"
  },
  "scripts": {
    "lint": "tsc --noEmit && eslint ."
  }
}