{
  "name": "@mike.pete/bime",
  "version": "2.15.20",
  "type": "module",
  "main": "./dist/bime.js",
  "module": "./dist/bime.js",
  "types": "./dist/bime.d.ts",
  "exports": {
    ".": {
      "types": "./dist/bime.d.ts",
      "import": "./dist/bime.js",
      "require": "./dist/bime.cjs"
    }
  },
  "files": [
    "dist",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/tests/**"
  ],
  "sideEffects": false,
  "scripts": {
    "dev": "bun build ./src/bime.ts --watch",
    "build": "bun build ./src/bime.ts --outdir ./dist --entry-naming [name].js --sourcemap=external && bun build ./src/bime.ts --outdir ./dist --entry-naming [name].cjs --format cjs --sourcemap=external && tsc --emitDeclarationOnly --project tsconfig.build.json",
    "prepublishOnly": "bun run build",
    "lint": "biome check src",
    "lint:fix": "biome check --write src",
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mike-pete/bime.git"
  },
  "author": "Mike Peterson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mike-pete/bime/issues"
  },
  "homepage": "https://github.com/mike-pete/bime#readme",
  "description": "",
  "devDependencies": {
    "@biomejs/biome": "^2.4.10",
    "@types/bun": "^1.2.10",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "superjson": "^2.2.2",
    "zod": "^3.24.3"
  }
}
