{
  "name": "@vizzly-testing/observatory",
  "version": "0.3.3",
  "description": "Observatory Design System - React component library for Vizzly applications",
  "type": "module",
  "main": "./src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vizzly-testing/observatory.git"
  },
  "bugs": {
    "url": "https://github.com/vizzly-testing/observatory/issues"
  },
  "homepage": "https://github.com/vizzly-testing/observatory#readme",
  "exports": {
    ".": {
      "import": "./src/index.js"
    },
    "./image-viewer": {
      "import": "./src/image-viewer/index.js"
    },
    "./styles": {
      "import": "./src/styles.css"
    }
  },
  "files": [
    "src"
  ],
  "keywords": [
    "design-system",
    "react",
    "components",
    "tailwindcss",
    "ui"
  ],
  "author": "Vizzly",
  "license": "MIT",
  "scripts": {
    "lint": "biome check src/",
    "lint:fix": "biome check --write src/",
    "prepublishOnly": "biome check src/"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "tailwindcss": "^4.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.8"
  },
  "dependencies": {
    "@heroicons/react": "^2.2.0",
    "downshift": "^9.0.0"
  }
}
