{
  "name": "@justfiles/app-draw",
  "version": "0.4.2",
  "description": "A freeform sketchpad backed by Excalidraw.",
  "type": "module",
  "main": "./dist/manifest.json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaoxinghu/justfiles.git",
    "directory": "packages/app-draw"
  },
  "keywords": [
    "kodama-app"
  ],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@excalidraw/excalidraw": "^0.18.0",
    "valibot": "^1.1.0",
    "@justfiles/app": "0.3.0"
  },
  "peerDependencies": {
    "react": "^19",
    "react-dom": "^19"
  },
  "devDependencies": {
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitejs/plugin-react": "^5",
    "react": "^19",
    "react-dom": "^19",
    "typescript": "6.0.3",
    "vite": "^8.0.12",
    "@justfiles/tsconfig": "0.0.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "typecheck": "tsc --noEmit"
  }
}