{
    "name": "@photon-ai/advanced-imessage-kit",
    "version": "1.16.0",
    "description": "Powerful TypeScript iMessage SDK with real-time message processing",
    "keywords": [
        "imessage",
        "sdk",
        "typescript",
        "macos",
        "messaging",
        "automation",
        "ai"
    ],
    "author": "Photon AI",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/photon-hq/advanced-imessage-kit.git"
    },
    "homepage": "https://github.com/photon-hq/advanced-imessage-kit#readme",
    "bugs": {
        "url": "https://github.com/photon-hq/advanced-imessage-kit/issues"
    },
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        }
    },
    "sideEffects": false,
    "module": "./dist/index.js",
    "type": "module",
    "main": "./dist/index.cjs",
    "types": "./dist/index.d.ts",
    "private": false,
    "engines": {
        "node": ">=18.0.0"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "files": [
        "dist/",
        "README.md",
        "LICENSE"
    ],
    "devDependencies": {
        "@biomejs/biome": "^2.3.3",
        "@types/bun": "latest",
        "@types/sharp": "^0.31.1",
        "tsup": "^8.3.5"
    },
    "scripts": {
        "format": "bunx @biomejs/biome check . --write",
        "lint": "bunx @biomejs/biome check .",
        "type-check": "bunx tsc --noEmit",
        "build": "bunx tsup",
        "test": "echo \"No tests specified\" && exit 0",
        "prepublishOnly": "bun run format && bun run lint && bun run type-check && bun run build",
        "publish:npm": "npm publish --access public"
    },
    "peerDependencies": {
        "typescript": "^5.9.3"
    },
    "dependencies": {
        "axios": "^1.13.2",
        "consola": "^3.4.2",
        "form-data": "^4.0.4",
        "reflect-metadata": "^0.2.2",
        "sharp": "^0.34.5",
        "socket.io-client": "^4.8.1",
        "zod": "^4.3.6"
    }
}
