@xpla/xpla
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"> </p>
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "@xpla/xpla",
"version": "1.7.0",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"author": "Joowon Yun <joowon@delightlabs.io>",
"homepage": "https://github.com/xpladev/xplajs",
"repository": {
"type": "git",
"url": "git+https://github.com/xpladev/xplajs.git"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"copy": "copyfiles -f README.md package.json dist",
"clean": "rimraf dist/**",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json",
"lint": "eslint . --fix",
"prepare": "npm run build"
},
"dependencies": {
"@ethersproject/transactions": "^5.7.0",
"@interchainjs/auth": "^1.9.14",
"@interchainjs/cosmos": "^1.9.14",
"@interchainjs/cosmos-types": "^1.9.14",
"@interchainjs/ethereum": "^1.9.14",
"@interchainjs/types": "^1.9.14",
"@interchainjs/utils": "^1.9.14",
"@noble/hashes": "^1.3.1",
"decimal.js": "^10.4.3",
"interchainjs": "^1.9.14",
"@xpla/xplajs": "^1.7.0"
},
"keywords": [
"xpla"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"bech32": "^2.0.0",
"dotenv": "^16.4.5"
}
}