UNPKG

evermark-sdk

Version:

Unified SDK for robust image handling and content management with storage orchestration

96 lines (95 loc) 2.15 kB
{ "name": "evermark-sdk", "version": "0.1.0-beta.1", "description": "Unified SDK for robust image handling and content management with storage orchestration", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./core": { "import": "./dist/core/index.js", "types": "./dist/core/index.d.ts" }, "./browser": { "import": "./dist/browser/index.js", "types": "./dist/browser/index.d.ts" }, "./storage": { "import": "./dist/storage/index.js", "types": "./dist/storage/index.d.ts" }, "./react": { "import": "./dist/react/index.js", "types": "./dist/react/index.d.ts" } }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "type-check": "tsc --noEmit", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "dependencies": { "@supabase/supabase-js": "^2.53.0" }, "devDependencies": { "@types/node": "^20.19.9", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@vitest/coverage-v8": "^2.1.9", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.9.2", "vitest": "^2.1.9" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "keywords": [ "image", "loading", "fallback", "blockchain", "web3", "supabase", "ipfs", "react", "typescript", "evermark" ], "author": "ipfsnut", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ipfsnut/evermark-sdk.git" }, "bugs": { "url": "https://github.com/ipfsnut/evermark-sdk/issues" }, "homepage": "https://github.com/ipfsnut/evermark-sdk#readme", "engines": { "node": ">=18.0.0" } }