lbry-format/package.json
2019-01-03 22:13:46 -06:00

14 lines
278 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": {
"zstd-codec": "^0.1.1"
}
}