{
  "name": "@vibes.diy/vibe-db-explorer",
  "version": "3.0.1",
  "type": "module",
  "main": "./index.js",
  "sideEffects": false,
  "exports": {
    "./": {
      "import": "./db-explorer-start.js",
      "types": "./db-explorer-start.d.ts"
    },
    "./start": {
      "import": "./db-explorer-start.js",
      "types": "./db-explorer-start.d.ts"
    },
    "./root": {
      "import": "./db-explorer-root.js",
      "types": "./db-explorer-root.d.ts"
    },
    "./page": {
      "import": "./db-explorer-page.js",
      "types": "./db-explorer-page.d.ts"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "core-cli tsc && vite build"
  },
  "dependencies": {
    "@adviser/cement": "~0.5.34",
    "@vibes.diy/base": "3.0.1",
    "@vibes.diy/vibe-runtime": "3.0.1",
    "ag-grid-community": "~35.3.1",
    "ag-grid-react": "~35.3.1",
    "react": "~19.2.7",
    "react-dom": "~19.2.7",
    "react-router": "~7.18.0",
    "react-router-dom": "~7.18.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VibesDIY/vibes.diy.git"
  }
}
