ipfs-pinner/package.json

25 lines
557 B
JSON

{
"name": "kredits-ipfs-pinner",
"version": "1.0.0",
"description": "Tool to pin IPFS data of a kredits organization on a connected IPFS node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"kredits-ipfs-pinner": "./index.js"
},
"author": [
{
"name": "Michael Bumann",
"email": "hello@michaelbumann.com",
"url": "https://michaelbumann.com"
}
],
"license": "MIT",
"dependencies": {
"kredits-contracts": "^5.4.0",
"yargs": "^13.2.4"
}
}