UNPKG

@xpla/xpla

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"> </p>

54 lines (53 loc) 1.67 kB
{ "name": "@xpla/xpla", "version": "1.7.1", "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", "starship": "starship start --config ./starship/configs/config.yaml", "starship:clean": "starship stop --config ./starship/configs/config.yaml", "starship:test": "jest --config ./jest.starship.config.js", "starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail" }, "dependencies": { "@ethersproject/transactions": "^5.7.0", "@interchainjs/auth": "^1.11.10", "@interchainjs/cosmos": "^1.11.10", "@interchainjs/cosmos-types": "^1.11.10", "@interchainjs/ethereum": "^1.11.10", "@interchainjs/types": "^1.11.10", "@interchainjs/utils": "^1.11.10", "@noble/hashes": "^1.3.1", "@xpla/xplajs": "^1.7.0", "decimal.js": "^10.4.3", "interchainjs": "^1.11.10" }, "keywords": [ "xpla" ], "devDependencies": { "@types/jest": "^29.5.14", "bech32": "^2.0.0", "dotenv": "^16.4.5", "jest": "^29.5.0", "ts-jest": "^29.1.0", "starshipjs": "^2.4.0" } }