UNPKG

@abstraxn/node-client

Version:

Node Client that comminucates with indexer service to fetch necessary details for the Smart Account

68 lines (67 loc) 1.76 kB
{ "name": "@abstraxn/node-client", "version": "0.0.5", "description": "Node Client that comminucates with indexer service to fetch necessary details for the Smart Account", "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", "keywords": [ "Ethereum", "Gnosis", "Abstraxn", "Backend Node" ], "scripts": { "build": "rimraf dist && tsc" }, "author": "Sandeep Jaiswal <sandeep.jaiswal@antiersolutions.com> (https://www.antiersolutions.com/)", "license": "MIT", "files": [ "dist/*", "README.md" ], "devDependencies": { "@abstraxn/core-types": "^0.0.5", "@nomiclabs/hardhat-ethers": "^2.1.0", "@nomiclabs/hardhat-waffle": "^2.0.3", "@nomiclabs/hardhat-web3": "^2.0.0", "@types/chai": "^4.3.0", "@types/chai-as-promised": "^7.1.5", "@types/node": "^17.0.23", "@types/node-fetch": "^2.6.2", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "hardhat": "^2.9.2", "husky": "^7.0.4", "lint-staged": "^12.3.7", "prettier": "^2.6.2", "rimraf": "^3.0.2", "ts-generator": "^0.1.1", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "lint-staged": { "src/**/!(*test).ts": [ "yarn lint", "prettier --write" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "publishConfig": { "access": "public" }, "dependencies": { "@abstraxn/core-types": "^0.0.5", "@ethersproject/abstract-signer": "^5.6.0", "@nomiclabs/hardhat-ethers": "^2.1.0", "node-fetch": "^2.6.6" } }