ipfs-file-manager/package.json

19 lines
339 B
JSON
Raw Permalink Normal View History

2023-06-19 02:22:42 +00:00
{
"name": "ipfs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@helia/unixfs": "^1.3.0",
"helia": "^1.3.2",
"ipfs": "^0.66.1"
}
}