{
  "name": "@thomasralee/utils",
  "description": "List of utils and helper functions that can be reused throughout Injective's projects.",
  "version": "1.10.12",
  "sideEffects": "false",
  "author": {
    "name": "Bojan Angjelkoski",
    "email": "bojan@injectivelabs.org"
  },
  "license": "Apache-2.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "_moduleAliases": {
    "~utils": "dist"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "link-module-alias",
    "build": "tsc --build tsconfig.build.json && tsc --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
    "build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
    "build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
    "clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --coverage --ci --reporters='jest-junit'",
    "coverage": "jest --coverage",
    "coverage:show": "live-server coverage",
    "dev": "ts-node-dev -r tsconfig-paths/register src/index.ts",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@thomasralee/exceptions": "^1.10.12",
    "@thomasralee/ts-types": "^1.10.11",
    "axios": "^0.21.1",
    "bignumber.js": "^9.0.1",
    "http-status-codes": "^2.2.0",
    "link-module-alias": "^1.2.0",
    "shx": "^0.3.2",
    "snakecase-keys": "^5.1.2",
    "store2": "^2.12.0"
  },
  "gitHead": "2a72de4dd6ec807be2f3afc86448b14e47e77ecb"
}
