{
  "name": "@meshsdk/core-cst",
  "version": "1.9.0-beta.102",
  "description": "Types and utilities functions between Mesh and cardano-js-sdk",
  "main": "./dist/index.cjs",
  "browser": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build:mesh": "tsup src/index.ts --format esm,cjs --dts",
    "clean": "rm -rf .turbo && rm -rf dist && rm -rf node_modules",
    "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
    "format": "prettier --check . --ignore-path ../../.gitignore",
    "lint": "eslint",
    "pack": "npm pack --pack-destination=./dist",
    "test": "jest"
  },
  "devDependencies": {
    "@meshsdk/configs": "*",
    "@types/bn.js": "^5.1.5",
    "eslint": "^8.57.0",
    "ts-jest": "^29.1.4",
    "tsup": "^8.0.2",
    "typedoc": "^0.26.3",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@cardano-sdk/core": "0.46.12",
    "@cardano-sdk/crypto": "0.4.5",
    "@cardano-sdk/input-selection": "0.14.28",
    "@cardano-sdk/util": "0.17.1",
    "@harmoniclabs/cbor": "1.6.0",
    "@harmoniclabs/pair": "^1.0.0",
    "@harmoniclabs/plutus-data": "1.2.6",
    "@harmoniclabs/uplc": "1.4.1",
    "@meshsdk/common": "1.9.0-beta.102",
    "@types/base32-encoding": "^1.0.2",
    "base32-encoding": "^1.0.0",
    "bech32": "^2.0.0",
    "blakejs": "^1.2.1",
    "bn.js": "^5.2.0",
    "hash.js": "^1.1.7",
    "scalus": "^0.14.2"
  },
  "overrides": {
    "@cardano-sdk/crypto": {
      "pbkdf2": "crypto"
    }
  },
  "prettier": "@meshsdk/configs/prettier",
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "keywords": [
    "cardano",
    "ada",
    "web3",
    "blockchain",
    "sdk"
  ]
}
