UNPKG

@akashaorg/core-sdk

Version:

SDK for building decentralized applications on akasha.world

87 lines (86 loc) 2.35 kB
{ "name": "@akashaorg/core-sdk", "version": "0.1.20-alpha", "keywords": [ "web3", "ethereum", "ipfs", "ceramic", "akasha" ], "types": "./lib/index.d.ts", "type": "module", "main": "./lib/index.js", "exports": { ".": { "import": "./lib/index.js" } }, "description": "SDK for building decentralized applications on akasha.world", "author": "AKASHA Foundation <hello@akasha.org> (https://akasha.org/)", "bugs": "https://github.com/AKASHAorg/akasha-core/issues", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/AKASHAorg/akasha-core.git" }, "files": [ "lib/**" ], "directories": { "lib": "lib" }, "dependencies": { "@apollo/client": "3.11.8", "@ceramicnetwork/http-client": "6.4.0", "@coinbase/wallet-sdk": "4.2.4", "@composedb/client": "0.7.1", "@composedb/constants": "0.7.1", "@composedb/types": "0.7.1", "@didtools/cacao": "3.0.1", "@didtools/pkh-ethereum": "0.5.0", "@lit-protocol/auth-helpers": "6.3.0", "@lit-protocol/constants": "6.3.0", "@lit-protocol/lit-node-client": "6.3.0", "@lit-protocol/types": "6.3.0", "@multiformats/multiaddr-to-uri": "9.0.1", "@pushprotocol/restapi": "1.7.28", "@reown/appkit": "1.6.4", "@reown/appkit-adapter-ethers": "1.6.4", "@reown/appkit-core": "1.6.4", "@t3-oss/env-core": "0.11.1", "@ucanto/core": "10.0.1", "@ucanto/principal": "9.0.1", "@web3-storage/access": "20.0.1", "@web3-storage/w3up-client": "16.2.0", "browser-image-resizer": "2.4.1", "buffer": "6.0.3", "caip": "1.1.1", "crypto-hash": "3.0.0", "dexie": "3.2.3", "did-jwt": "8.0.4", "did-resolver": "4.1.0", "did-session": "4.0.0", "dids": "5.0.3", "ethers": "6.13.5", "fs": "0.0.1-security", "graphql": "16.8.1", "graphql-tag": "2.12.6", "idb-keyval": "6.2.1", "inversify": "6.1.3", "ipfs-utils": "9.0.9", "key-did-provider-ed25519": "4.0.2", "key-did-resolver": "4.0.0", "multiformats": "12.0.1", "object-hash": "3.0.0", "pino": "8.8.0", "pkh-did-resolver": "2.0.0", "quick-lru": "6.1.1", "reflect-metadata": "0.2.2", "rxjs": "7.8.1", "uint8arrays": "4.0.4", "url": "0.10.3", "util": "0.12.5", "zod": "3.24.1" } }