{
  "name": "interweb",
  "version": "1.10.2",
  "description": "Interchain makes it easy to compose and broadcast Cosmos messages, with all of the proto and amino encoding handled for you ⚛️",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/cosmology-tech/interchain#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist",
    "!CHANGELOG.md"
  ],
  "scripts": {
    "build:cjs": "yarn tsc -p tsconfig.json --outDir dist --module commonjs || true",
    "clean:dist": "rimraf dist",
    "clean": "npm run clean:dist",
    "build": "npm run clean && npm run build:cjs",
    "codegen": "node scripts/codegen.js",
    "prepare": "npm run build",
    "lint": "eslint src --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cosmology-tech/interchain"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/cosmology-tech/interchain/issues"
  },
  "devDependencies": {
    "@cosmology/telescope": "^1.4.12",
    "@types/jest": "^29.5.0",
    "eslint": "8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.5.0",
    "jest-in-case": "^1.0.2",
    "prettier": "^2.8.7",
    "publish-scripts": "0.1.0",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@cosmjs/amino": "0.32.2",
    "@cosmjs/proto-signing": "0.32.2",
    "@cosmjs/stargate": "0.32.2",
    "@cosmjs/tendermint-rpc": "0.32.2",
    "@cosmology/lcd": "^0.13.3"
  },
  "gitHead": "e679e23197b229f16d124e49b11e89c61ce94a30"
}