ipfs-pinner/package.json

32 lines
760 B
JSON

{
"name": "@kosmos/kredits-ipfs-pinner",
"version": "1.0.2",
"description": "Pins IPFS data of a Kredits organization on an IPFS node",
"main": "index.js",
"scripts": {
"start": "node index.js",
"debug": "DEBUG=ipfs-pinner node index.js",
"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": {
"debug": "^4.1.1",
"kredits-contracts": "^5.4.0",
"yargs": "^13.2.4"
},
"repository": {
"type": "git",
"url": "https://gitea.kosmos.org/kosmos/kredits-ipfs-pinner.git"
}
}