{
  "name": "@stargazezone/core-types",
  "version": "0.5.0",
  "description": "The official types package for Stargaze Core contracts",
  "author": "Shane Vitarana",
  "homepage": "https://stargaze.zone/",
  "license": "BUSL-1.1",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc -p src/tsconfig.json",
    "codegen": "ts-node codegen.ts"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/public-awesome/marketplace.git"
  },
  "bugs": {
    "url": "https://github.com/public-awesome/marketplace/issues"
  },
  "dependencies": {
    "@cosmjs/amino": "^0.31.0",
    "@cosmjs/cosmwasm-stargate": "^0.31.0",
    "@cosmjs/encoding": "^0.31.0",
    "@cosmjs/proto-signing": "^0.31.0",
    "@cosmjs/stargate": "^0.31.0",
    "@cosmjs/tendermint-rpc": "^0.31.0",
    "@cosmwasm/ts-codegen": "^0.30.1",
    "cosmjs-types": "^0.7.2",
    "cosmwasm": "^1.1.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-query": "^3.34.19",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  }
}
