33 lines
785 B
JSON
33 lines
785 B
JSON
{
|
|
"name": "@kredits/ipfs-pinner",
|
|
"version": "2.3.0",
|
|
"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": {
|
|
"@kredits/contracts": "^7.4.0",
|
|
"cli-progress": "^3.11.2",
|
|
"debug": "^4.3.4",
|
|
"yargs": "^17.6.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.kosmos.org/kosmos/kredits-ipfs-pinner.git"
|
|
}
|
|
}
|