{
  "name": "@zillowe/zeno",
  "version": "1.4.3",
  "module": "index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/zillowe/zillwen/zowdy/zeno.git",
    "directory": "packages/javascript"
  },
  "bugs": {
    "url": "https://gitlab.com/zillowe/zillwen/zowdy/zeno/-/issues"
  },
  "homepage": "https://gitlab.com/zillowe/zillwen/zowdy/zeno#readme",
  "license": "OFL-1.1",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    "./next": "./next.ts",
    "./astro": "./astro.ts",
    "./style.css": "./dist/style.css",
    "./*": "./dist/*"
  },
  "files": [
    "dist",
    "index.ts",
    "next.ts",
    "astro.ts",
    "OFL-1.1"
  ],
  "devDependencies": {
    "@types/bun": "latest",
    "next": "^16.0.0",
    "react": "^19.0.0"
  },
  "peerDependencies": {
    "astro": "^4.0.0 || ^5.0.0 || ^6.0.0",
    "next": "^14.0.0 || ^15.0.0 || ^16.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "typescript": "^5 || ^6 || ^7"
  },
  "peerDependenciesMeta": {
    "astro": {
      "optional": true
    },
    "next": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  }
}
