tydids-p2p-influxdb
Version:
Verifiable Presentation wrapper decentralized data exchange with TyDIDs and InfluxDB storage.
37 lines (36 loc) • 893 B
JSON
{
"name": "tydids-p2p-influxdb",
"version": "1.3.3",
"description": "Verifiable Presentation wrapper decentralized data exchange with TyDIDs and InfluxDB storage.",
"main": "index.js",
"scripts": {
"test": "mocha -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/energychain/tydids-p2p-influxdb.git"
},
"bin": {
"tydids-influxdb": "./cli.js",
"tydids-p2p-influxdb": "./cli.js"
},
"keywords": [
"tydids",
"did",
"influxdb",
"ssi",
"decentral"
],
"author": "STROMDAO GmbH <dev@stromdao.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/energychain/tydids-p2p-influxdb/issues"
},
"homepage": "https://github.com/energychain/tydids-p2p-influxdb#readme",
"dependencies": {
"commander": "^9.0.0",
"influx": "^5.9.3",
"mocha": "^9.2.1",
"tydids-p2p": "^1.3.3"
}
}