{
  "name": "@justfiles/app-code",
  "version": "0.2.7",
  "description": "Build and run apps directly in Kodama.",
  "type": "module",
  "main": "./dist/manifest.json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaoxinghu/justfiles.git",
    "directory": "packages/app-code"
  },
  "keywords": [
    "kodama-app"
  ],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@codemirror/lang-javascript": "^6.2.0",
    "@codemirror/language": "^6.10.0",
    "@codemirror/lint": "^6.9.7",
    "@codemirror/view": "^6.30.0",
    "@lezer/highlight": "^1.2.0",
    "@pierre/trees": "1.0.0-beta.4",
    "codemirror": "^6.0.0",
    "valibot": "^1.1.0",
    "@justfiles/app": "0.4.3"
  },
  "peerDependencies": {
    "react": "^19",
    "react-dom": "^19"
  },
  "devDependencies": {
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "esbuild": "^0.27.0",
    "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"
  }
}