{
    "name": "@photon-ai/imessage-kit",
    "version": "3.0.0",
    "description": "Type-safe macOS iMessage SDK for TypeScript",
    "author": "GreatSomething",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/photon-hq/imessage-kit.git"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "type": "module",
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.cjs"
        }
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE"
    ],
    "keywords": [
        "imessage",
        "sms",
        "rcs",
        "macos",
        "typescript",
        "sdk"
    ],
    "scripts": {
        "dev": "tsup --watch",
        "build": "tsup",
        "type-check": "tsc --noEmit",
        "lint": "biome check .",
        "lint:fix": "biome check --write .",
        "format": "biome format --write .",
        "test": "bun test",
        "test:watch": "bun test --watch",
        "test:coverage": "bun test --coverage"
    },
    "dependencies": {
        "@parseaple/typedstream": "^2.0.0"
    },
    "optionalDependencies": {
        "better-sqlite3": "^12.5.0"
    },
    "devDependencies": {
        "@biomejs/biome": "^2.4.10",
        "@types/better-sqlite3": "^7.6.0",
        "@types/bun": "^1.0.0",
        "@types/node": "^20.0.0",
        "tsup": "^8.0.0",
        "typescript": "^5.3.0"
    },
    "overrides": {
        "glob": "^11.1.0",
        "rollup": "^4.59.0",
        "minimatch": "^10.2.4",
        "@isaacs/brace-expansion": "^5.0.1"
    },
    "packageManager": "bun@1.3.11",
    "engines": {
        "node": ">=20.0.0"
    },
    "sideEffects": false
}
