@tatumio/tezos-wallet-provider
Version:
Tezos provider with local wallet operations
59 lines (58 loc) • 1.52 kB
JSON
{
"name": "@tatumio/tezos-wallet-provider",
"version": "1.0.2",
"description": "Tezos provider with local wallet operations",
"author": "Tatum",
"repository": "https://github.com/tatumio/ecosystem-addons/blob/master/extensions/walletProviders/tezos/README.md",
"files": [
"dist/"
],
"license": "MIT",
"keywords": [
"Tatum",
"SDK",
"Extension",
"WalletProvider",
"Wallet",
"Tezos",
"Testnet",
"Mainnet",
"Blockchain"
],
"engines": {
"node": ">=18.0.0"
},
"main": "dist/main.js",
"types": "./dist/main.d.ts",
"scripts": {
"cli": "ts-node src/cli.ts",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx && prettier --write src/",
"clean": "rm -rf dist build package",
"ts-node": "ts-node",
"build": "node_modules/.bin/tsc -p tsconfig.json",
"build-all": "yarn clean && yarn build"
},
"dependencies": {
"sotez": "^13.0.1",
"@taquito/taquito": "^17.3.2",
"@taquito/signer": "^17.3.2",
"@taquito/utils": "^17.3.2",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
"@tatumio/tatum": "^4.1.24",
"@types/jest": "^29.5.8",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.14.0",
"jest": "^29.7.0",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.7.0",
"tslib": "^2.5.0",
"typescript": "^5.2.2",
"undici": "^5.21.0"
}
}