UNPKG

cive

Version:

Cive is an interface for the Conflux Core Space, built on Viem.

80 lines 1.93 kB
{ "name": "cive", "version": "0.8.1", "description": "", "main": "./_cjs/index.js", "module": "./_esm/index.js", "types": "./_types/index.d.ts", "typings": "./_types/index.d.ts", "sideEffects": false, "keywords": [ "conflux", "cspace" ], "author": "", "license": "MIT", "homepage": "https://cive.zyx.ee", "repository": "iosh/cive", "dependencies": { "@noble/curves": "^1.6.0", "@noble/hashes": "^1.5.0", "@scure/bip32": "^1.5.0", "@scure/bip39": "^1.4.0", "viem": "^2.20.0", "zod": "^3.23.8" }, "exports": { ".": { "types": "./_types/index.d.ts", "import": "./_esm/index.js", "default": "./_cjs/index.js" }, "./accounts": { "types": "./_types/accounts/index.d.ts", "import": "./_esm/accounts/index.js", "default": "./_cjs/accounts/index.js" }, "./actions": { "types": "./_types/actions/index.d.ts", "import": "./_esm/actions/index.js", "default": "./_cjs/actions/index.js" }, "./chains": { "types": "./_types/chains/index.d.ts", "import": "./_esm/chains/index.js", "default": "./_cjs/chains/index.js" }, "./window": { "types": "./_types/window/index.d.ts", "import": "./_esm/window/index.js", "default": "./_cjs/window/index.js" }, "./utils": { "types": "./_types/utils/index.d.ts", "import": "./_esm/utils/index.js", "default": "./_cjs/utils/index.js" } }, "typesVersions": { "*": { "accounts": [ "./_types/accounts/index.d.ts" ], "actions": [ "./_types/actions/index.d.ts" ], "chains": [ "./_types/chains/index.d.ts" ], "window": [ "./_types/window/index.d.ts" ], "utils": [ "./_types/utils/index.d.ts" ] } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }