{
  "name": "@photon-ai/advanced-imessage",
  "version": "2.0.2",
  "description": "TypeScript SDK for Advanced iMessage API",
  "author": "Photon",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/photon-hq/advanced-imessage-ts.git",
    "directory": "packages/advanced-imessage"
  },
  "bugs": {
    "url": "https://github.com/photon-hq/advanced-imessage-ts/issues"
  },
  "keywords": [
    "imessage",
    "agent",
    "ai",
    "typescript",
    "apple"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "bun": "./dist/index.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./http": {
      "types": "./dist/http.d.ts",
      "bun": "./dist/http.js",
      "import": "./dist/http.js",
      "default": "./dist/http.js"
    },
    "./grpc": {
      "types": "./dist/grpc.d.ts",
      "bun": "./dist/grpc.js",
      "import": "./dist/grpc.js",
      "default": "./dist/grpc.js"
    }
  },
  "files": [
    "dist",
    "proto"
  ],
  "engines": {
    "node": ">=18.17"
  },
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "rm -rf proto && PATH=../../node_modules/.bin:$PATH buf export buf.build/photon-hq/imessage:3a73262f18f2485e868bc708ef35f51a -o proto && bun run --cwd ../.. verify:codegen && bun run build && cp ../../README.md ../../LICENSE ."
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.11.0"
  },
  "devDependencies": {
    "@photon-ai/aim-core": "workspace:*",
    "@photon-ai/aim-grpc": "workspace:*",
    "@photon-ai/aim-http": "workspace:*",
    "tsup": "^8.4.0"
  },
  "peerDependencies": {
    "@grpc/grpc-js": "^1.12.6",
    "nice-grpc": "^2.1.11",
    "nice-grpc-common": "^2.0.2"
  },
  "peerDependenciesMeta": {
    "@grpc/grpc-js": {
      "optional": true
    },
    "nice-grpc": {
      "optional": true
    },
    "nice-grpc-common": {
      "optional": true
    }
  }
}
