{
  "name": "@mutants/cardano",
  "version": "1.20.3",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "dependencies": {
    "axios": "0.24.0",
    "bech32": "^2.0.0",
    "blakejs": "^1.1.1",
    "buffer": "6.0.3",
    "cbor-js": "0.1.0",
    "stream": "0.0.2"
  },
  "devDependencies": {
    "@types/jest": "27.0.2",
    "@types/node": "16.11.6",
    "jest": "27.3.1",
    "semantic-release": "^18.0.1",
    "ts-jest": "27.0.7",
    "ts-loader": "9.2.6",
    "tsc": "^2.0.3",
    "typescript": "4.4.4"
  },
  "scripts": {
    "build": "rm -rf dist && tsc",
    "release": "yarn build && npm publish",
    "test": "jest",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MutantNFTs/mutants-cardano.git"
  },
  "publishConfig": {
    "access": "public"
  }
}
