{
  "name": "bun-plugin-zon",
  "version": "0.0.1",
  "module": "index.ts",
  "type": "module",
  "description": "A bun plugin for loading Zig's ZON (Zig Object Notation) files in your Bun projects.",
  "homepage": "https://github.com/nurulhudaapon/zzon",
  "repository": {
    "type": "git",
    "url": "https://github.com/nurulhudaapon/zzon.git"
  },
  "keywords": [
    "zon",
    "zig",
    "json",
    "parser",
    "serializer",
    "bun",
    "plugin"
  ],
  "author": "Nurul Huda (Apon) <me@nurulhudaapon.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "dependencies": {
    "zzon": "^1.7.0"
  }
}
