@keypo/synapse-storage-sdk
Version:
TypeScript SDK for encrypted file storage on Filecoin via Synapse
75 lines • 1.86 kB
JSON
{
"name": "@keypo/synapse-storage-sdk",
"version": "0.1.0-beta.7",
"description": "TypeScript SDK for encrypted file storage on Filecoin via Synapse",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rimraf dist",
"test": "jest",
"prepublishOnly": "npm run clean && npm run build"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"peerDependencies": {
"@filoz/synapse-sdk": "^0.24.0",
"ethers": "^6.0.0",
"viem": "^2.0.0"
},
"dependencies": {
"@lit-protocol/access-control-conditions": "^8.0.0-canary.4",
"@lit-protocol/auth": "^8.0.0-canary.4",
"@lit-protocol/lit-client": "^8.0.0-canary.4",
"@lit-protocol/networks": "^8.0.0-canary.4",
"@zerodev/ecdsa-validator": "^5.4.9",
"@zerodev/sdk": "^5.4.36"
},
"devDependencies": {
"@filoz/synapse-sdk": "^0.24.3",
"@types/node": "^20.0.0",
"ethers": "^6.14.3",
"jest": "^29.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.0",
"viem": "^2.37.6"
},
"repository": {
"type": "git",
"url": "https://github.com/decentralized-storage/filecoin-alphacohort-phase4.git"
},
"homepage": "https://github.com/decentralized-storage/filecoin-alphacohort-phase4#readme",
"bugs": {
"url": "https://github.com/decentralized-storage/filecoin-alphacohort-phase4/issues"
},
"keywords": [
"filecoin",
"synapse",
"storage",
"encryption",
"lit-protocol",
"web3",
"typescript",
"decentralized-storage",
"nft-access-control"
],
"author": "Keypo",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}