{
  "name": "@fewbox/den",
  "version": "0.2.0-preview.61",
  "main": "index.js",
  "types": "index-core.d.ts",
  "repository": "https://github.com/FewBox/fewbox-den.git",
  "author": "FewBox Support <support@fewbox.com>",
  "license": "Apache-2.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./index-core.d.ts",
      "react-server": "./server.js",
      "default": "./index.js"
    },
    "./index.css": "./index.css",
    "./*": "./*"
  },
  "scripts": {
    "postinstall": "node scripts/copy-templates.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  }
}
