ipsn/package.json

22 lines
432 B
JSON

{
"name": "ipsn",
"version": "1.0.0",
"description": "ipfs social network",
"main": "ipsn.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.0.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@msgpack/msgpack": "^2.7.2",
"cids": "^1.1.9",
"ipfs-client": "^0.8.3"
}
}