@nimiq/core
Version:
Nimiq's Rust-to-WASM web client
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@nimiq/core",
"contributors": [
"The Nimiq Core Development Team <info@nimiq.com>"
],
"description": "Nimiq's Rust-to-WASM web client",
"version": "2.1.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/nimiq/core-rs-albatross"
},
"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"
}
},
"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"
}
}