@ipfsnut/evermark-sdk-core
Version:
Core image handling logic with pure functions and enhanced storage types
61 lines • 1.36 kB
JSON
{
"name": "@ipfsnut/evermark-sdk-core",
"version": "1.2.1",
"description": "Core image handling logic with pure functions and enhanced storage types",
"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"
},
"devDependencies": {
"typescript": "^5.6.3",
"vitest": "^2.1.9",
"@vitest/coverage-v8": "^2.1.9"
},
"keywords": [
"image",
"loading",
"fallback",
"url-resolution",
"typescript",
"storage",
"types",
"evermark",
"ipfs",
"blockchain",
"web3"
],
"author": "ipfsnut",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ipfsnut/evermark-sdk.git",
"directory": "packages/core"
},
"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/"
}
}