lbry-format/package.json

24 lines
475 B
JSON
Raw Normal View History

2019-01-04 05:13:46 +01:00
{
"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": {
2019-01-06 22:41:49 +01:00
"tar-stream": "^1.6.2",
2019-03-29 03:49:05 +01:00
"yargs": "^13.2.2",
2019-01-04 05:13:46 +01:00
"zstd-codec": "^0.1.1"
2019-03-29 03:49:05 +01:00
},
"devDependencies": {
"browserify": "^16.2.3",
"filereader-stream": "^2.0.0"
},
"bin": {
"lbry-format": "./lbry-format.js"
2019-01-04 05:13:46 +01:00
}
}