{
  "name": "@rbnnghs/lumen-grid",
  "version": "0.1.0",
  "description": "A grid that lights up the bits of your data you couldn't see at a glance.",
  "keywords": [
    "react",
    "data-grid",
    "ai",
    "llm",
    "vision",
    "natural-language-filter",
    "virtualization",
    "anthropic",
    "openai"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbnnghs/lumen.git",
    "directory": "packages/lumen-grid"
  },
  "homepage": "https://github.com/rbnnghs/lumen#readme",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "devDependencies": {
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7"
  },
  "scripts": {
    "build": "tsc"
  }
}
