UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

124 lines (123 loc) 3.27 kB
{ "name": "@tatumio/tatum-v1", "version": "1.37.40", "description": "Tatum API client allows browsers and Node.js clients to interact with Tatum API.", "main": "dist/src/index.js", "repository": "https://github.com/tatumio/tatum-js", "files": [ "dist/" ], "scripts": { "test": "jest", "clean": "rimraf dist*", "build": "tsc", "prepublish": "npm run clean && npm run build", "docs": "typedoc", "lint": "eslint ./src --ext .ts --fix" }, "types": "dist/src/index.d.ts", "keywords": [ "Tatum", "Blockchain", "Building Blocks", "Bitcoin", "Litecoin", "Stellar", "Tatum API", "XRP", "Ethereum" ], "author": "Tatum, hello@tatum.io", "license": "MIT", "dependencies": { "@binance-chain/javascript-sdk": "^4.1.1", "@celo-tools/celo-ethers-wrapper": "0.0.5", "@cityofzion/neon-js": "^4.8.0", "@elrondnetwork/erdjs": "^7.0.0", "@emurgo/cardano-serialization-lib-nodejs": "^6.0.0", "@harmony-js/crypto": "^0.1.58", "@onflow/config": "^1.0.5", "@onflow/fcl": "^1.3.2", "@onflow/sdk": "^1.1.2", "@onflow/types": "^1.0.5", "@onflow/util-encode-key": "^1.0.3", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.30.2", "@tatumio/bitcoincashjs2-lib": "4.1.2", "algosdk": "1.16.0", "axios": "^0.21.1", "axios-retry": "^3.1.9", "base32.js": "^0.1.0", "bech32": "^1.1.4", "bignumber.js": "^9.0.0", "bip32": "^2.0.5", "bip39": "^3.0.2", "bitcoinjs-lib": "^5.2.0", "bitcore-lib": "10.0.2", "bitcore-lib-doge": "10.0.0", "bitcore-lib-ltc": "10.0.0", "bn.js": "^5.2.0", "borsh": "^0.6.0", "cardano-crypto.js": "^6.0.0", "cashaddrjs": "^0.4.4", "caver-js": "1.8.2", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "coininfo": "^5.1.0", "dedent-js": "^1.0.1", "ed25519-hd-key": "^1.1.2", "elliptic": "^6.5.4", "ethereumjs-wallet": "^1.0.0", "form-data": "^4.0.0", "hdkey": "^2.0.1", "js-sha512": "^0.8.0", "neon": "^2.0.0", "reflect-metadata": "^0.1.13", "ripple-lib": "^1.7.1", "sha3": "^2.1.4", "stellar-sdk": "^8.1.0", "thorify": "^1.5.2", "tronweb": "^3.2.2", "url-parse": "^1.5.10", "web3": "^1.7.0", "web3-eth": "^1.7.0" }, "devDependencies": { "@types/bip32": "^2.0.0", "@types/bip39": "^3.0.0", "@types/jest": "^26.0.4", "@types/node": "^14.0.14", "@types/validator": "^13.1.3", "@types/websocket": "^1.0.5", "@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/parser": "^4.29.1", "dotenv": "^8.2.0", "eslint": "^7.32.0", "jest": "^26.6.3", "rimraf": "^3.0.2", "ts-jest": "^26.1.1", "ts-node": "^8.10.2", "typedoc": "^0.21.5", "typescript": "^4.3.2" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": ".", "testRegex": ".spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "setupFiles": [ "./jest-setup-file.ts" ], "coverageDirectory": "../coverage", "testEnvironment": "node" }, "resolutions": { "scrypt": "github:barrysteyn/node-scrypt#fb60a8d3c158fe115a624b5ffa7480f3a24b03fb" } }