{
  "name": "bun-only",
  "description": "This is a marker package to indicate that a module can only be used in Bun.",
  "keywords": [
    "bun",
    "only"
  ],
  "version": "0.0.1",
  "homepage": "https://bun.sh/",
  "license": "MIT",
  "files": [
    "index.js",
    "bun.ts"
  ],
  "main": "index.js",
  "exports": {
    ".": {
      "bun": "./bun.ts",
      "default": "./index.js"
    }
  }
}