datona-cli
Version:
*nix command line interface for datona-lib. Designed for developers to experiment with Smart Data Access
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "datona-cli",
"version": "0.1.2",
"description": "*nix command line interface for datona-lib. Designed for developers to experiment with Smart Data Access",
"main": "./src/index.js",
"bin": {
"datona": "./src/index.js"
},
"files": [
"LICENSE",
"README.md",
"src/",
"contracts/",
"config.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Datona Labs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Datona-Labs/datona-cli.git"
},
"keywords": [
"smart data access",
"control of data",
"data vault",
"gdpr",
"data protection",
"blockchain",
"datona",
"datona-lib"
],
"bugs": {
"url": "https://github.com/Datona-Labs/datona-cli/issues"
},
"homepage": "https://github.com/Datona-Labs/datona-cli#readme",
"dependencies": {
"axios": "^0.19.2",
"commander": "^4.1.1",
"datona-lib": "0.1.4",
"ethereumjs-tx": "^2.1.2"
}
}