lbry-format/package.json
2019-01-06 15:41:49 -06:00

15 lines
306 B
JSON

{
"name": "lbry-format",
"version": "0.1.0",
"description": "LBRY format toolkit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"tar-stream": "^1.6.2",
"zstd-codec": "^0.1.1"
}
}