@ceramicnetwork/blockchain-utils-linking
Version:
Blockchain utils for linking blockchain accounts to DID
71 lines (70 loc) • 2.04 kB
JSON
{
"name": "@ceramicnetwork/blockchain-utils-linking",
"version": "5.6.0",
"description": "Blockchain utils for linking blockchain accounts to DID",
"keywords": [
"ceramic",
"caip10-link"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ceramicnetwork/js-ceramic.git"
},
"bugs": {
"url": "https://github.com/ceramicnetwork/js-ceramic/issues"
},
"homepage": "https://github.com/ceramicnetwork/js-ceramic#readme",
"license": "(Apache-2.0 OR MIT)",
"directories": {
"lib": "./lib"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"files": [
"lib"
],
"exports": {
".": "./lib/index.js"
},
"sideEffects": false,
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent",
"build": "npx tsc --project tsconfig.json",
"prepublishOnly": "npm run build",
"prebuild": "npm run clean",
"lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx",
"clean": "npx rimraf ./lib"
},
"dependencies": {
"@ceramicnetwork/streamid": "^5.6.0",
"@didtools/cacao": "^3.0.0",
"@stablelib/random": "^1.0.1",
"@stablelib/sha256": "^1.0.1",
"caip": "~1.1.0",
"near-api-js": "^0.44.2",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@glif/filecoin-address": "1.1.0",
"@glif/local-managed-provider": "1.1.1",
"@noble/curves": "^1.1.0",
"@polkadot/api": "^4.6.2",
"@polkadot/keyring": "^6.2.1",
"@polkadot/types": "^4.6.2",
"@polkadot/util": "^7.1.1",
"@polkadot/util-crypto": "^7.0.2",
"@smontero/eosio-local-provider": "^0.0.3",
"@solana/wallet-adapter-base": "^0.7.1",
"@solana/web3.js": "^1.31.0",
"@taquito/signer": "^11.2.0",
"@taquito/taquito": "^11.2.0",
"@tendermint/sig": "^0.6.0",
"@types/create-hash": "^1.2.2",
"@zondax/filecoin-signing-tools": "^0.18.2",
"eth-sig-util": "^3.0.1",
"ganache-core": "^2.13.2",
"mockdate": "^3.0.5"
},
"gitHead": "536f79ccb484bca5e480762f4e0c683038c9a644"
}