{
  "name": "@cardano-sdk/core",
  "version": "0.46.12",
  "description": "Core types and libraries for Cardano",
  "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 --exclude \"/(?:Address)|(?:Serialization/(?:PlutusData)|(?:Certificates)|(?:Scripts)|(?:AuxiliaryData))/*\"",
    "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": "echo No coverage report for this package",
    "prepack": "yarn build"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.182",
    "delay": "^5.0.0",
    "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",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "rxjs": "^7.4.0"
  },
  "peerDependenciesMeta": {
    "rxjs": {
      "optional": true
    }
  },
  "dependencies": {
    "@biglup/is-cid": "^1.0.3",
    "@cardano-ogmios/client": "6.9.0",
    "@cardano-ogmios/schema": "6.9.0",
    "@cardano-sdk/crypto": "~0.4.5",
    "@cardano-sdk/util": "~0.17.1",
    "@foxglove/crc": "^0.0.3",
    "@scure/base": "^1.1.1",
    "fraction.js": "4.0.1",
    "ip-address": "^9.0.5",
    "lodash": "^4.17.21",
    "ts-custom-error": "^3.2.0",
    "ts-log": "^2.2.4",
    "web-encoding": "^1.1.5"
  },
  "files": [
    "dist/*",
    "!dist/tsconfig.tsbuildinfo",
    "LICENSE",
    "NOTICE"
  ],
  "gitHead": "aa425da01644af0f9e22fafe30256cfce5e5b2e5"
}
