mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-23 09:28:08 +00:00
Details: https://github.com/status-im/infra-ipfs/issues/4 Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"name": "ipfs-pin",
|
|
"version": "1.0.0",
|
|
"main": "pin_image.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-img": "^1.0.4",
|
|
"fetch-timeout": "^0.0.2",
|
|
"ipfs-http-client": "32.0.1",
|
|
"mongodb": "^3.5.2"
|
|
}
|
|
}
|