{ "name": "@actual-app/crdt", "version": "2.1.0", "description": "CRDT layer of Actual", "license": "MIT", "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": "./src/index.ts" }, "publishConfig": { "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "scripts": { "build:node": "tsgo", "proto:generate": "./bin/generate-proto", "build": "rm -rf dist && yarn run build:node", "test": "vitest --run", "typecheck": "tsgo -b" }, "dependencies": { "google-protobuf": "^3.21.4", "murmurhash": "^2.0.1", "uuid": "^13.0.0" }, "devDependencies": { "@types/google-protobuf": "3.15.12", "@typescript/native-preview": "^7.0.0-dev.20260309.1", "protoc-gen-js": "3.21.4-4", "ts-protoc-gen": "0.15.0", "vitest": "^4.1.0" } }