{
  "name": "@cardano-sdk/util",
  "version": "0.17.1",
  "description": "General, not cardano-specific utils",
  "engines": {
    "node": ">=16.20.2"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "repository": "https://github.com/input-output-hk/cardano-js-sdk",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn build:cjs && tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020 && tsc-alias -p src/tsconfig.json --outDir ./dist/esm && cp ../../build/esm-package.json ./dist/esm/package.json",
    "build:cjs": "tsc --build src && cp ../../build/cjs-package.json ./dist/cjs/package.json",
    "circular-deps:check": "madge --circular dist/cjs",
    "tscNoEmit": "echo typescript --noEmit command not implemented yet",
    "cleanup:dist": "rm -rf dist",
    "cleanup:nm": "rm -rf node_modules",
    "cleanup": "rm -rf dist node_modules",
    "lint": "eslint -c ../../complete.eslintrc.js \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint:fix": "yarn lint --fix",
    "test": "jest -c ./jest.config.js",
    "test:build:verify": "tsc --build ./test",
    "test:e2e": "echo 'test:e2e' command not implemented yet",
    "coverage": "yarn test --coverage || true",
    "prepack": "yarn build",
    "test:debug": "DEBUG=true yarn test"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.182",
    "eslint": "^7.32.0",
    "jest": "^28.1.3",
    "madge": "^5.0.1",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^28.0.7",
    "tsc-alias": "^1.8.10",
    "type-fest": "^4.41.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "bech32": "^2.0.0",
    "lodash": "^4.17.21",
    "serialize-error": "^8",
    "ts-custom-error": "^3.2.0",
    "ts-log": "^2.2.4"
  },
  "files": [
    "dist/*",
    "!dist/tsconfig.tsbuildinfo",
    "LICENSE",
    "NOTICE"
  ],
  "gitHead": "146426ff1d53a78ea9d74221c446b14e9d6407ac"
}
