{
  "name": "@interchainjs/injective",
  "version": "1.11.0",
  "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",
    "prepare": "npm run build",
    "starship": "starship --config ./starship/configs/config.yaml",
    "starship:local": "starship --config ./starship/configs/config.local.yaml",
    "starship:all": "yarn starship start",
    "starship:clean": "yarn 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"
  },
  "dependencies": {
    "@ethersproject/transactions": "^5.7.0",
    "@interchainjs/auth": "1.11.0",
    "@interchainjs/cosmos": "1.11.0",
    "@interchainjs/cosmos-types": "1.11.0",
    "@interchainjs/ethereum": "1.11.0",
    "@interchainjs/types": "1.11.0",
    "@interchainjs/utils": "1.11.0",
    "@noble/hashes": "^1.3.1",
    "decimal.js": "^10.4.3",
    "interchainjs": "1.11.0"
  },
  "keywords": [
    "injective"
  ],
  "devDependencies": {
    "bech32": "^2.0.0",
    "dotenv": "^16.4.5"
  },
  "gitHead": "9e753953989302432dd9bfa7aba770d24f45a3c1"
}
