{
  "name": "osmojs",
  "version": "16.15.0",
  "description": "Typescript Protobuf Messages for Osmosis",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/osmosis-labs/osmojs",
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/osmosis-labs/osmojs"
  },
  "bugs": {
    "url": "https://github.com/osmosis-labs/osmojs/issues"
  },
  "scripts": {
    "copy": "copyfiles -f LICENSE-MIT LICENSE-Apache README.md package.json dist",
    "clean": "del dist/**",
    "prepare": "npm run build",
    "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
    "codegen": "ts-node ./scripts/codegen.ts",
    "test": "jest --config ./jest.osmojs.config.js",
    "test:watch": "jest --watch --config ./jest.osmojs.config.js",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand --config ./jest.osmojs.config.js",
    "starship": "starship --config starship/configs/config.yaml",
    "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"
  },
  "devDependencies": {
    "@chain-registry/client": "1.31.2",
    "@chain-registry/types": "0.16.0",
    "@cosmology/telescope": "1.5.4",
    "@protobufs/confio": "^0.0.6",
    "@protobufs/cosmos": "^0.1.0",
    "@protobufs/cosmos_proto": "^0.0.10",
    "@protobufs/cosmwasm": "^0.1.1",
    "@protobufs/gogoproto": "^0.0.10",
    "@protobufs/google": "^0.0.10",
    "@protobufs/ibc": "^0.1.0",
    "@protobufs/osmosis": "^0.4.0",
    "@protobufs/tendermint": "^0.0.10",
    "@starship-ci/cli": "^2.13.0",
    "starshipjs": "^2.4.1"
  },
  "dependencies": {
    "@cosmjs/amino": "0.32.3",
    "@cosmjs/proto-signing": "0.32.3",
    "@cosmjs/stargate": "0.32.3",
    "@cosmjs/tendermint-rpc": "0.32.3",
    "@cosmology/lcd": "^0.13.3"
  },
  "keywords": [
    "web3",
    "osmosis",
    "osmojs",
    "dex"
  ],
  "gitHead": "62ac7156541883f6b0614fb1a5e2e94cfb448ff6"
}
