UNPKG

@abstraxn/core-types

Version:

Abstraxn Client SDK types

45 lines (44 loc) 1.16 kB
{ "name": "@abstraxn/core-types", "version": "0.0.16", "description": "Abstraxn Client SDK types", "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", "keywords": [ "Ethereum", "Gnosis", "Abstraxn", "SDK" ], "scripts": { "unbuild": "rimraf dist *.tsbuildinfo", "build": "rimraf dist && tsc", "format": "prettier --write \"{src,tests}/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "author": "Sandeep Jaiswal <sandeep.jaiswal@antiersolutions.com> (https://www.antiersolutions.com/)", "license": "MIT", "files": [ "dist/*", "README.md" ], "devDependencies": { "@types/node": "^17.0.23", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2", "typescript": "^4.6.3" }, "publishConfig": { "access": "public" }, "dependencies": { "@ethersproject/bignumber": "^5.6.0", "@ethersproject/contracts": "^5.6.0", "@ethersproject/providers": "^5.7.0", "ethers": "^5.7.2" } }