{
  "name": "zeta-node-types",
  "version": "0.0.11",
  "author": "Zetachain",
  "description": "js lib to interact with zeta blockchain",
  "main": "index.ts",
  "module": "index.ts",
  "types": "index.ts",
  "homepage": "https://github.com/zeta-chain/sdk-cosmos",
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zeta-chain/sdk-cosmos"
  },
  "bugs": {
    "url": "https://github.com/zeta-chain/sdk-cosmos/issues"
  },
  "scripts": {
    "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
    "copy-src": "copyfiles -u 1 'src/**/*' . && copyfiles -f ../../LICENSE ../../README.md .",
    "clean": "rimraf dist",
    "prepare": "npm run build",
    "download-protos": "ts-node scripts/download-protos.ts",
    "codegen": "ts-node scripts/codegen.ts",
    "build": "npm run clean && npm run copy-src",
    "build:dev": "npm run clean && npm run codegen && tsc --declarationMap && tsc -p tsconfig.esm.json && npm run copy",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "copyfiles": "^2.4.1",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@cosmology/lcd": "^0.14.0",
    "@cosmology/telescope": "^1.12.8",
    "@interchainjs/cosmos": "1.11.5",
    "@interchainjs/cosmos-types": "1.11.5",
    "@interchainjs/encoding": "1.11.5",
    "@interchainjs/pubkey": "1.11.5",
    "@interchainjs/types": "1.11.5",
    "@interchainjs/utils": "1.11.5"
  },
  "files": [
    "cosmos/",
    "tendermint/",
    "zetachain/",
    "google/",
    "gogoproto/",
    "amino/",
    "cosmos_proto/",
    "helpers.ts",
    "binary.ts",
    "varint.ts",
    "utf8.ts",
    "index.ts",
    "LICENSE",
    "README.md"
  ],
  "keywords": []
}