UNPKG

@settlemint/sdk-ipfs

Version:

IPFS integration module for SettleMint SDK, enabling decentralized storage and content addressing

82 lines (81 loc) 2.06 kB
{ "name": "@settlemint/sdk-ipfs", "description": "IPFS integration module for SettleMint SDK, enabling decentralized storage and content addressing", "version": "2.6.11", "type": "module", "private": false, "license": "FSL-1.1-MIT", "author": { "name": "SettleMint", "email": "support@settlemint.com", "url": "https://settlemint.com" }, "homepage": "https://github.com/settlemint/sdk/blob/main/sdk/ipfs/README.md", "repository": { "type": "git", "url": "git+https://github.com/settlemint/sdk.git", "directory": "sdk/ipfs" }, "bugs": { "url": "https://github.com/settlemint/sdk/issues", "email": "support@settlemint.com" }, "files": [ "dist" ], "main": "./dist/ipfs.cjs", "module": "./dist/ipfs.js", "types": "./dist/ipfs.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/ipfs.d.ts", "default": "./dist/ipfs.js" }, "require": { "types": "./dist/ipfs.d.cts", "default": "./dist/ipfs.cjs" } } }, "scripts": { "build": "tsdown", "dev": "tsdown --watch ./src", "publint": "publint run --strict", "attw": "attw --pack .", "test": "bun test", "test:coverage": "bun test --coverage", "typecheck": "tsc --noEmit", "publish-npm": "npm publish --provenance --tag ${TAG} --access public", "prepack": "cp ../../LICENSE .", "docs": "typedoc --options '../../typedoc.config.mjs' --entryPoints src/ipfs.ts --out ./docs" }, "devDependencies": {}, "dependencies": { "@settlemint/sdk-utils": "2.6.11", "kubo-rpc-client": "^6.0.0", "zod": "^4" }, "peerDependencies": {}, "engines": { "node": ">=20" }, "keywords": [ "settlemint", "blockchain", "blockchain-development", "enterprise-blockchain", "web3", "web3-development", "web3-tools", "sdk", "typescript", "ipfs", "storage", "decentralized-storage", "content-addressing", "file-storage", "pinning-service" ] }