@ipfsnut/evermark-sdk-storage
Version:
Storage orchestration for Supabase and IPFS operations
69 lines • 1.65 kB
JSON
{
"name": "@ipfsnut/evermark-sdk-storage",
"version": "1.2.1",
"description": "Storage orchestration for Supabase and IPFS operations",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**/*",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist",
"test:storage": "vitest --run storage.test.ts",
"test:supabase": "vitest --run supabase.test.ts",
"test:ipfs": "vitest --run ipfs.test.ts"
},
"dependencies": {
"@ipfsnut/evermark-sdk-core": "1.2.1",
"@supabase/supabase-js": "^2.52.1"
},
"devDependencies": {
"@types/node": "^20.19.9",
"typescript": "^5.6.3",
"vitest": "^2.1.9",
"@vitest/coverage-v8": "^2.1.9",
"dotenv": "^17.2.1"
},
"keywords": [
"storage",
"supabase",
"ipfs",
"image",
"upload",
"transfer",
"orchestration",
"evermark",
"blockchain",
"web3"
],
"author": "ipfsnut",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ipfsnut/evermark-sdk.git",
"directory": "packages/storage"
},
"bugs": {
"url": "https://github.com/ipfsnut/evermark-sdk/issues"
},
"homepage": "https://github.com/ipfsnut/evermark-sdk#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}