{
    "name": "@towns-protocol/encryption",
    "version": "1.0.3",
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "cb": "bun run clean && bun run build",
        "clean": "rm -rf dist",
        "lint": "eslint --format unix ./src",
        "lint:fix": "bun run lint --fix",
        "test": "vitest run",
        "test:ci": "vitest run --silent=passed-only",
        "test:debug": "DEBUG=test bun run test",
        "test:watch": "vitest --watch",
        "watch": "tsc --watch"
    },
    "dependencies": {
        "@bufbuild/protobuf": "^2.9.0",
        "@towns-protocol/olm": "3.2.28",
        "@towns-protocol/proto": "^0.0.455",
        "@towns-protocol/utils": "^0.0.455",
        "@towns-protocol/web3": "^0.0.455",
        "debug": "^4.3.4",
        "dexie": "^4.2.1",
        "ethers": "^5.8.0",
        "lru-cache": "^11.0.1",
        "nanoid": "^4.0.0",
        "typed-emitter": "^2.1.0"
    },
    "devDependencies": {
        "@types/debug": "^4.1.8",
        "@types/node": "^20.14.8",
        "@typescript-eslint/eslint-plugin": "^8.29.0",
        "@typescript-eslint/parser": "^8.29.0",
        "eslint": "^8.57.1",
        "eslint-import-resolver-typescript": "^4.3.2",
        "eslint-plugin-import-x": "^4.10.2",
        "fake-indexeddb": "^6.0.1",
        "ts-node": "^10.9.1",
        "typescript": "~5.8.3",
        "vitest": "^3.2.3"
    },
    "files": [
        "dist"
    ],
    "publishConfig": {
        "access": "public"
    }
}
