{
  "name": "@proj-airi/cap-vite",
  "type": "module",
  "version": "0.12.0-beta.5",
  "description": "CLI that starts a Vite dev server and runs Capacitor live reload",
  "author": {
    "name": "Moeru AI Project AIRI Team",
    "email": "airi@moeru.ai",
    "url": "https://github.com/moeru-ai"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/moeru-ai/airi.git",
    "directory": "packages/cap-vite"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "cap-vite": "./dist/bin/run.mjs"
  },
  "files": [
    "README.md",
    "dist",
    "package.json"
  ],
  "peerDependencies": {
    "@capacitor/cli": "^8.0.0",
    "vite": "^7.0.0 || ^8.0.0-beta.0"
  },
  "dependencies": {
    "@moeru/std": "0.1.0-beta.17",
    "cac": "^7.0.0",
    "tinyexec": "^1.3.0"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}