UNPKG

@interchainjs/injective

Version:
74 lines (73 loc) 2.38 kB
{ "name": "@interchainjs/injective", "version": "1.21.0", "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": "rm -rf dist && (tsc -p tsconfig.json || true) && (tsc -p tsconfig.esm.json || true) && cp ../../LICENSE dist/ && cp package.json dist/ && cp README.md dist/", "build:dev": "makage build", "lint": "eslint . --fix", "starship": "starship --config ./starship/configs/config.yaml", "starship:local": "starship --config ./starship/configs/config.local.yaml", "starship:all": "pnpm starship start", "starship:clean": "pnpm starship stop", "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", "injective:test": "jest --config ./jest.testnet.config.js --verbose", "prepack": "pnpm run build" }, "dependencies": { "@ethersproject/transactions": "^5.7.0", "@interchainjs/auth": "1.21.0", "@interchainjs/cosmos": "1.21.0", "@interchainjs/cosmos-types": "1.21.0", "@interchainjs/crypto": "1.21.0", "@interchainjs/ethereum": "1.21.0", "@interchainjs/types": "1.21.0", "@interchainjs/utils": "1.21.0", "@noble/hashes": "^1.3.1", "bech32": "^2.0.0", "bignumber.js": "^9.1.0", "bip39": "^3.1.0", "decimal.js": "^10.4.3", "deepmerge": "4.2.2", "interchainjs": "1.21.0" }, "keywords": [ "injective" ], "devDependencies": { "@chain-registry/client": "1.18.1", "@chain-registry/types": "^2.0.42", "dotenv": "^16.4.5", "makage": "^0.1.12", "starshipjs": "^2.4.0" }, "gitHead": "85b0648093e20a06fe3daa4c0a79cf21f40037b2" }