UNPKG

@mutants/cardano-tx-builder

Version:

A package that provides utility functions to build and destructure a cardano transaction

71 lines (70 loc) 1.8 kB
{ "name": "@mutants/cardano-tx-builder", "private": false, "version": "1.20.2", "description": "A package that provides utility functions to build and destructure a cardano transaction", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "test": "jest", "coverage": "jest --coverage", "lint": "eslint src/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "prettier": "prettier --write \"src/**/*.ts\"", "semantic-release": "semantic-release" }, "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github" ] }, "repository": { "type": "git", "url": "https://github.com/MutantNFTs/cardano-tx-builder.git" }, "keywords": [ "cardano", "tx", "builder", "mutants" ], "author": "glneto", "license": "ISC", "bugs": { "url": "https://github.com/MutantNFTs/cardano-tx-builder/issues" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/MutantNFTs/cardano-tx-builder#readme", "devDependencies": { "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "eslint": "^7.23.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "jest": "^29.6.0", "prettier": "^2.8.8", "semantic-release": "^21.0.7", "ts-jest": "^29.1.1", "typescript": "^4.7.4" }, "dependencies": { "@mutants/cardano-utils": "^1.2.1", "bech32": "^2.0.0", "blakejs": "^1.2.1", "cbor": "^9.0.1" } }