UNPKG

@truenetworkio/sdk

Version:

True Network SDK is the abstracted interface for interacting with True Network nodes.

74 lines (73 loc) 2.23 kB
{ "name": "@truenetworkio/sdk", "version": "0.0.21", "description": "True Network SDK is the abstracted interface for interacting with True Network nodes.", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "repository": { "url": "git+https://github.com/truenetworkio/sdk.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "files": [ "/dist" ], "scripts": { "build": "npm i && npx tsc", "test": "jest" }, "keywords": ["True Network", "Attestation", "Polkadot", "Substrate", "Blockchain", "Reputation", "Identity", "Decentralized", "Web3"], "author": "Tushar Ojha", "license": "ISC", "dependencies": { "@polkadot/api": "^14.3.1", "blakejs": "^1.2.1", "crypto": "^1.0.1" }, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.5.4" }, "bugs": { "url": "https://github.com/truenetworkio/sdk/issues" }, "homepage": "https://github.com/truenetworkio/sdk#readme", "directories": { "test": "tests" }, "resolutions": { "@polkadot/api": "^14.3.1", "@polkadot/api-augment": "^14.3.1", "@polkadot/api-base": "^14.3.1", "@polkadot/api-contract": "^14.3.1", "@polkadot/api-derive": "^14.3.1", "@polkadot/hw-ledger": "^13.2.3", "@polkadot/keyring": "^13.2.3", "@polkadot/networks": "^13.2.3", "@polkadot/phishing": "^0.24.3", "@polkadot/rpc-augment": "^14.3.1", "@polkadot/rpc-core": "^14.3.1", "@polkadot/rpc-provider": "^14.3.1", "@polkadot/types": "^14.3.1", "@polkadot/types-augment": "^14.3.1", "@polkadot/types-codec": "^14.3.1", "@polkadot/types-create": "^14.3.1", "@polkadot/types-known": "^14.3.1", "@polkadot/types-support": "^14.3.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "@polkadot/wasm-crypto": "^7.4.1", "@polkadot/x-bigint": "^13.2.3", "@polkadot/x-fetch": "^13.2.3", "@polkadot/x-global": "^13.2.3", "@polkadot/x-randomvalues": "^13.2.3", "@polkadot/x-textdecoder": "^13.2.3", "@polkadot/x-textencoder": "^13.2.3", "@polkadot/x-ws": "^13.2.3", "typescript": "^5.5.4" } }