UNPKG

interchainjs

Version:

InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.

74 lines (73 loc) 2.23 kB
{ "name": "interchainjs", "version": "1.21.0", "description": "InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", "exports": { ".": { "import": "./esm/index.js", "require": "./index.js", "types": "./index.d.ts" }, "./*": { "import": "./esm/*.js", "require": "./*.js", "types": "./*.d.ts" }, "./package.json": "./package.json" }, "author": "Constructive <developers@constructive.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": { "build": "makage build", "build:dev": "makage build", "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": "pnpm starship start", "starship:clean": "pnpm starship stop", "prepack": "makage build" }, "dependencies": { "@interchainjs/cosmos": "1.21.0", "@interchainjs/cosmos-types": "1.21.0", "@interchainjs/crypto": "1.21.0", "@interchainjs/encoding": "1.20.0", "@interchainjs/ethereum": "1.21.0", "@interchainjs/math": "1.20.0", "@interchainjs/pubkey": "1.21.0", "@interchainjs/solana": "^1.21.0", "@interchainjs/types": "1.21.0", "@interchainjs/utils": "1.21.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" }, "devDependencies": { "@chain-registry/client": "1.18.1", "@chain-registry/types": "^2.0.42", "makage": "^0.1.12", "starshipjs": "^2.4.0" }, "keywords": [ "cosmos", "blockchain", "transaction", "cosmjs", "wallet" ], "gitHead": "85b0648093e20a06fe3daa4c0a79cf21f40037b2" }