{
  "name": "@just-be/evlog-effect",
  "version": "0.1.0",
  "description": "Effect v4 bindings for evlog wide events",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/just-be-dev/evlog-effect.git"
  },
  "bugs": {
    "url": "https://github.com/just-be-dev/evlog-effect/issues"
  },
  "homepage": "https://github.com/just-be-dev/evlog-effect#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "effect": "^4.0.0-beta.78",
    "evlog": "^2.19.0",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "rm -rf dist && tsgo && rm -f dist/*.test.*",
    "check": "bun run typecheck && bun run test",
    "prepack": "bun run build",
    "typecheck": "tsgo --noEmit",
    "prepare": "bun run effect-tsgo patch",
    "test": "bun test src"
  },
  "devDependencies": {
    "@effect/tsgo": "^0.5.2",
    "@types/bun": "latest",
    "@types/node": "^25.9.3",
    "@typescript/native-preview": "^7.0.0-dev.20260509.2",
    "typescript": "^6.0.3"
  },
  "trustedDependencies": [
    "@typescript/native-preview"
  ]
}
