lisk-v3-chain-crypto
Version:
LDEX ChainCrypto plugin for Lisk and Leasehold
36 lines (35 loc) • 860 B
JSON
{
"name": "lisk-v3-chain-crypto",
"version": "3.0.0",
"description": "LDEX ChainCrypto plugin for Lisk and Leasehold",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec --timeout 10000 --slow 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leasehold/lisk-chain-crypto.git"
},
"keywords": [
"lisk",
"dex",
"leasehold",
"crypto"
],
"author": "Jonathan Gros-Dubois",
"license": "MIT",
"bugs": {
"url": "https://github.com/Leasehold/lisk-chain-crypto/issues"
},
"homepage": "https://github.com/Leasehold/lisk-chain-crypto#readme",
"dependencies": {
"@liskhq/lisk-client": "^5.1.3",
"lisk-v3-ws-client-manager": "^1.0.4"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}