{
    "name": "@smartholdem/core-magistrate-transactions",
    "version": "3.8.2",
    "description": "SmartHoldem transactions for businesses and sidechains",
    "license": "MIT",
    "contributors": [
        "Technolog <technolog@smartholdem.io>"
    ],
    "files": [
        "dist"
    ],
    "main": "dist/index",
    "types": "dist/index",
    "scripts": {
        "build": "yarn clean && tsc",
        "build:watch": "yarn clean && yarn compile -w",
        "clean": "rimraf dist",
        "compile": "node ../../node_modules/typescript/bin/tsc",
        "prepublishOnly": "yarn build"
    },
    "dependencies": {
        "@smartholdem/core-kernel": "3.8.2",
        "@smartholdem/core-magistrate-crypto": "3.8.2",
        "@smartholdem/core-transactions": "3.8.2",
        "@smartholdem/crypto": "3.8.2"
    },
    "publishConfig": {
        "access": "public"
    }
}
