{
  "name": "@photon-ai/advanced-imessage",
  "version": "0.12.0",
  "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"
  },
  "bugs": {
    "url": "https://github.com/photon-hq/advanced-imessage-ts/issues"
  },
  "keywords": [
    "imessage",
    "agent",
    "ai",
    "typescript",
    "apple"
  ],
  "type": "module",
  "exports": {
    ".": {
      "bun": "./dist/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "proto"
  ],
  "engines": {
    "node": ">=18.17"
  },
  "scripts": {
    "generate": "PATH=./node_modules/.bin:$PATH buf generate",
    "build": "bun run generate && tsup",
    "dev": "tsup --watch",
    "check": "tsc --noEmit",
    "lint": "biome check .",
    "lint:fix": "biome check --fix .",
    "test": "bun test",
    "test:unit": "bun test tests/unit",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.11.0",
    "@grpc/grpc-js": "^1.12.6",
    "nice-grpc": "^2.1.11",
    "nice-grpc-common": "^2.0.2"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.7",
    "@bufbuild/buf": "^1.50.0",
    "@types/bun": "latest",
    "ts-proto": "^2.6.1",
    "tsup": "^8.4.0",
    "typescript": "^5.7.0",
    "ultracite": "7.3.2"
  }
}
