21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "@rstack/ipfs-storage-poc",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Encrypted file upload/download to IPFS for rStack",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "tsx src/test.ts",
|
|
"test:live": "tsx src/test-live.ts",
|
|
"demo": "tsx src/demo.ts"
|
|
},
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.7.0",
|
|
"pinata": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|