23 lines
475 B
JSON
23 lines
475 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",
|
|
"yargs": "^13.2.2",
|
|
"zstd-codec": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.2.3",
|
|
"filereader-stream": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"lbry-format": "./lbry-format.js"
|
|
}
|
|
}
|