ipfs-storage
Version:
IPFS storage API providers.
40 lines (39 loc) • 808 B
JSON
{
"name": "ipfs-storage",
"version": "2.0.0",
"description": "IPFS storage API providers.",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/alexbakers/ipfs-storage"
},
"license": "MIT",
"scripts": {
"test": "node test"
},
"engines": {
"node": ">=18.0.0"
},
"bugs": {
"url": "https://github.com/alexbakers/ipfs-storage/issues"
},
"dependencies": {
"@fleek-platform/sdk": "^3.6.2",
"@lighthouse-web3/sdk": "^0.3.7",
"pinata": "^2.2.0",
"@web3-storage/w3up-client": "^17.0.0",
"aws-sdk": "^2.1692.0",
"dotenv": "^16.5.0",
"dotenv-expand": "^12.0.1",
"multiformats": "^13.3.2"
},
"keywords": [
"ipfs",
"fleek",
"web3",
"pinata",
"filebase",
"lighthouse",
"storacha"
]
}