interchainjs
Version:
InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.
54 lines (53 loc) • 1.92 kB
JSON
{
"name": "interchainjs",
"version": "1.11.15",
"description": "InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"author": "Hyperweb <developers@hyperweb.io>",
"homepage": "https://github.com/hyperweb-io/interchainjs",
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/interchainjs"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache 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; npm run copy",
"lint": "eslint . --fix",
"starship": "starship --config ./starship/configs/config.yaml",
"starship:local": "starship --config ./starship/configs/config.local.yaml",
"starship:test": "jest --config ./jest.starship.config.js --verbose --bail",
"starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail",
"starship:watch": "jest --watch --config ./jest.starship.config.js",
"starship:all": "yarn starship start",
"starship:clean": "yarn starship stop",
"prepare": "npm run build"
},
"dependencies": {
"@interchainjs/cosmos": "1.11.15",
"@interchainjs/cosmos-types": "1.11.15",
"@interchainjs/encoding": "1.11.15",
"@interchainjs/math": "1.11.15",
"@interchainjs/pubkey": "1.11.15",
"@interchainjs/types": "1.11.15",
"@interchainjs/utils": "1.11.15",
"@noble/hashes": "^1.3.1",
"decimal.js": "^10.4.3"
},
"keywords": [
"cosmos",
"blockchain",
"transaction",
"cosmjs",
"wallet"
],
"gitHead": "724422378585e895b41c47848216cd5ad1806a0d"
}