{
    "name": "fiosdk-offline",
    "version": "1.2.21",
    "description": "The Foundation for Interwallet Operability (FIO) is a consortium of leading blockchain wallets, exchanges and payments providers that seeks to accelerate blockchain adoption by reducing the risk, complexity, and inconvenience of sending and receiving cryptoassets.",
    "keywords": [
        "fio",
        "native",
        "client",
        "blockchain"
    ],
    "main": "index.js",
    "types": "lib/FIOSDK.d.ts",
    "source": "src/FIOSDK.ts",
    "directories": {
        "lib": "lib",
        "test": "tests"
    },
    "scripts": {
        "test": "mocha -t 80000 tests/testnet.spec.js"
    },
    "author": "",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/mcchadwick/fiosdk_typescript.git"
    },
    "devDependencies": {
        "@types/chai": "^4.2.4",
        "@types/mocha": "^5.2.7",
        "@types/node": "^12.0.2",
        "chai": "^4.2.0",
        "jest": "^23.6.0",
        "jest-fetch-mock": "^2.1.2",
        "mocha": "^6.2.2",
        "node-fetch": "^2.6.0",
        "ts-node": "^8.4.1",
        "tslint": "^5.20.0",
        "tslint-plugin-prettier": "^2.0.1",
        "typedoc": "^0.15.0",
        "typescript": "^3.6.4"
    },
    "dependencies": {
        "@fioprotocol/fiojs": "1.0.1",
        "@types/fast-text-encoding": "^1.0.1",
        "bip39": "^3.0.2",
        "fast-text-encoding": "^1.0.3",
        "hdkey": "^1.1.1",
        "validate": "^5.1.0",
        "wif": "^2.0.6"
    },
    "jest": {
        "automock": false,
        "setupFiles": [
            "./setupJest.js"
        ]
    }
}
