{ "name": "@cryptgeon/shared", "private": true, "version": "0.0.0", "type": "module", "exports": { ".": "./src/index.ts" }, "dependencies": { "@msgpack/msgpack": "^3.1.3", "@noble/ciphers": "^2.4.0", "@noble/hashes": "^2.4.0", "lz4js": "^0.2.0" }, "devDependencies": { "@tsconfig/strictest": "catalog:", "@types/lz4js": "^0.2.2", "typescript": "catalog:", "vitest": "^4.1.11" }, "scripts": { "test": "vitest run", "test:watch": "vitest" } }