UNPKG

@nimiq/core

Version:

Nimiq's Rust-to-WASM web client

71 lines (70 loc) 1.7 kB
{ "name": "@nimiq/core", "contributors": [ "The Nimiq Core Development Team <info@nimiq.com>" ], "description": "Nimiq's Rust-to-WASM web client", "version": "2.7.1", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/nimiq/core-rs-albatross.git" }, "main": "./nodejs/index.js", "module": "./bundler/index.js", "types": "./types/bundler.d.ts", "exports": { ".": { "node": { "import": "./nodejs/index.mjs", "require": "./nodejs/index.js" }, "browser": "./bundler/index.js", "types": "./types/bundler.d.ts" }, "./web": { "browser": "./web/index.js", "import": "./web/index.js", "types": "./types/web.d.ts" }, "./vite": { "import": "./vite.js", "require": "./vite.js", "types": "./types/vite.d.ts" } }, "homepage": "https://nimiq.com", "sideEffects": [ "./bundler/crypto-wasm/index.js", "./bundler/main-wasm/index.js", "./bundler/worker-wasm/index.js", "./nodejs/crypto-wasm/index.js", "./nodejs/crypto-wasm/index.mjs", "./nodejs/main-wasm/index.js", "./nodejs/main-wasm/index.mjs", "./nodejs/worker-wasm/index.js", "./nodejs/worker-wasm/index.mjs", "./web/crypto-wasm/index.js", "./web/main-wasm/index.js", "./web/worker-wasm/index.js" ], "keywords": [ "nimiq", "cryptocurrency", "blockchain", "proof-of-stake" ], "dependencies": { "comlink": "^4.4.1", "websocket": "^1.0.34", "vite-plugin-wasm": "^3.5.0" }, "peerDependencies": { "vite": ">=5.0.0" }, "peerDependenciesMeta": { "vite": { "optional": true } } }