UNPKG

@ipfsnut/evermark-sdk-browser

Version:

Browser-specific image loading with CORS, caching, and storage integration

67 lines (66 loc) 1.56 kB
{ "name": "@ipfsnut/evermark-sdk-browser", "version": "1.2.1", "description": "Browser-specific image loading with CORS, caching, and storage integration", "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:integration": "vitest --run integration.test.ts" }, "dependencies": { "@ipfsnut/evermark-sdk-core": "1.2.1", "@ipfsnut/evermark-sdk-storage": "1.2.1" }, "devDependencies": { "@types/node": "^20.19.9", "typescript": "^5.6.3", "vitest": "^2.1.9", "@vitest/coverage-v8": "^2.1.9" }, "keywords": [ "image", "browser", "cors", "cache", "performance", "integration", "evermark", "loading", "blockchain", "web3" ], "author": "ipfsnut", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ipfsnut/evermark-sdk.git", "directory": "packages/browser" }, "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/" } }