@decent-stuff/dc-client
Version:
High-performance WebAssembly client for browser-based querying of Decent Cloud ledger data
41 lines • 921 B
JSON
{
"name": "@decent-stuff/dc-client",
"version": "0.2.11",
"description": "High-performance WebAssembly client for browser-based querying of Decent Cloud ledger data",
"main": "dc-client.js",
"types": "dc-client.d.ts",
"type": "module",
"files": [
"*.js",
"*.mjs",
"*.ts",
"*.d.ts",
"*.wasm",
"snippets",
"LICENSE"
],
"keywords": [
"decent-cloud",
"ledger",
"wasm",
"internet-computer",
"icp",
"dfinity",
"icrc"
],
"author": "Decent Cloud Team",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/decent-stuff/decent-cloud.git"
},
"bugs": {
"url": "https://github.com/decent-stuff/decent-cloud/issues"
},
"homepage": "https://github.com/decent-stuff/decent-cloud#readme",
"dependencies": {
"@dfinity/agent": "^2.3.0",
"@dfinity/principal": "^2.3.0",
"dexie": "^4.0.11"
}
}