{
  "name": "@osmonauts/utils",
  "version": "1.18.0",
  "description": "Utils for Osmosis",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/osmosis-labs/osmojs",
  "license": "SEE LICENSE IN LICENSE",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "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",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "osmojs": "^16.15.0"
  },
  "dependencies": {
    "@cosmjs/amino": "0.32.3",
    "@cosmjs/stargate": "0.32.3"
  },
  "keywords": [
    "web3",
    "osmosis",
    "osmojs",
    "dex",
    "math"
  ],
  "gitHead": "62ac7156541883f6b0614fb1a5e2e94cfb448ff6"
}
