{
    "name": "@uns/crypto",
    "version": "5.7.2",
    "description": "Crypto utilities for the UNS.network Blockchain",
    "license": "MIT",
    "contributors": [
        "Guillaume Nicolas <guillaume@unik-name.com>",
        "Pierre Seznec <pierre.seznec@spacelephant.org>"
    ],
    "files": [
        "dist"
    ],
    "main": "dist/index",
    "types": "dist/index",
    "module": "dist/esm/index.js",
    "sideEffects": false,
    "scripts": {
        "build": "yarn clean && yarn compile",
        "build:module": "tsc -p esm-tsconfig.json",
        "build:rollup": "yarn clean && tsc && rollup -c",
        "build:watch": "yarn clean && yarn compile -w",
        "clean": "del dist",
        "compile": "../../../node_modules/typescript/bin/tsc",
        "restore_backup": "mv package.json.back package.json",
        "uns_rebrand": "../../../scripts/uns_publish_rebrand.sh $PWD",
        "prepublishOnly": "yarn build && yarn build:module && yarn uns_rebrand",
        "postpublish": "yarn restore_backup"
    },
    "dependencies": {
        "@uns/ark-crypto": "^5.7.2",
        "@uns/core-nft-crypto": "^5.7.2"
    },
    "devDependencies": {
        "rollup": "^1.17.0",
        "rollup-plugin-commonjs": "^10.0.1",
        "rollup-plugin-json": "^4.0.0",
        "rollup-plugin-node-resolve": "^5.2.0",
        "rollup-plugin-terser": "^5.1.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "d80837e2d41cd2a00d5bc64240fc0dc6112393ef"
}
