{ "name": "@krypco/mavi-core", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "test": "bun test src" }, "dependencies": { "@scure/bip32": "^2.2.0", "@scure/bip39": "^2.2.0", "viem": "^2.55.10" }, "devDependencies": { "@krypco/config": "workspace:*", "typescript": "^5" } }