@dat-daemon/protocol
Version:
Dat daemon protocol buffer
31 lines (30 loc) • 778 B
JSON
{
"name": "@dat-daemon/protocol",
"version": "2.0.10",
"description": "Dat daemon protocol buffer",
"main": "index.js",
"scripts": {
"build": "protocol-buffers daemon.proto -o index.js; echo '```' > README.md && cat daemon.proto >> README.md && echo '```' >> README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soyuka/dat-daemon.git"
},
"keywords": [
"dat",
"daemon"
],
"author": "soyuka",
"license": "MIT",
"bugs": {
"url": "https://github.com/soyuka/dat-daemon/issues"
},
"homepage": "https://github.com/soyuka/dat-daemon#readme",
"dependencies": {
"@dat-daemon/config": "^2.0.10",
"protocol-buffers-encodings": "^1.1.0"
},
"devDependencies": {
"protocol-buffers": "^4.0.4"
}
}