{
  "name": "@cardano-sdk/tx-construction",
  "version": "0.29.0",
  "description": "Types and functions for constructing transactions on Cardano",
  "engines": {
    "node": ">=22"
  },
  "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": "echo No coverage report for this package",
    "prepack": "yarn build"
  },
  "devDependencies": {
    "@cardano-sdk/util-dev": "~0.25.37",
    "@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"
  },
  "dependencies": {
    "@cardano-sdk/core": "~0.47.0",
    "@cardano-sdk/crypto": "~0.4.7",
    "@cardano-sdk/input-selection": "~0.14.34",
    "@cardano-sdk/key-management": "~0.29.18",
    "@cardano-sdk/util": "~0.17.2",
    "@cardano-sdk/util-rxjs": "~0.9.36",
    "lodash": "^4.17.21",
    "rxjs": "^7.4.0",
    "ts-custom-error": "^3.2.0",
    "ts-log": "^2.2.4"
  },
  "files": [
    "dist/*",
    "!dist/tsconfig.tsbuildinfo",
    "LICENSE",
    "NOTICE"
  ],
  "gitHead": "8fb86af308d2045d71b0c18d78abaf0336902983"
}
