UNPKG

@kiloscribe/inscription-sdk

Version:
84 lines (83 loc) 2.46 kB
{ "name": "@kiloscribe/inscription-sdk", "version": "1.0.34", "description": "SDK for inscribing files on Hedera", "type": "module", "files": [ "dist" ], "main": "./dist/umd/inscription-sdk.umd.js", "module": "./dist/es/inscription-sdk.es.js", "types": "./dist/es/index.d.ts", "exports": { ".": { "import": { "types": "./dist/es/index.d.ts", "default": "./dist/es/inscription-sdk.es.js" }, "require": { "types": "./dist/umd/index.d.ts", "default": "./dist/umd/inscription-sdk.umd.js" } } }, "scripts": { "clean": "rimraf dist", "build:es": "BUILD_FORMAT=es vite build", "build:umd": "BUILD_FORMAT=umd vite build", "build": "npm run clean && npm run build:umd && npm run build:es", "release": "npm publish --access public", "preview": "vite preview", "example:file": "tsx examples/inscribe-file.ts", "example:url": "tsx examples/inscribe-url.ts", "example:hashinal": "tsx examples/inscribe-hashinal.ts", "example:auth": "tsx examples/server-auth.ts", "example:wait": "tsx examples/wait-for-inscription.ts", "example:holder": "tsx examples/get-holder-inscriptions.ts", "demo:dev": "vite -c demo/vite.config.ts", "demo:build": "vite build -c demo/vite.config.ts", "demo:preview": "vite preview -c demo/vite.config.ts" }, "keywords": [ "hedera", "hashgraph", "inscription", "nft", "blockchain", "kiloscribe" ], "author": "Kiloscribe", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kiloscribe/inscription-sdk.git" }, "bugs": { "url": "https://github.com/kiloscribe/inscription-sdk/issues" }, "homepage": "https://github.com/kiloscribe/inscription-sdk#readme", "dependencies": { "@hashgraph/hedera-wallet-connect": "^1.5.1-0", "@hashgraphonline/standards-sdk": "^0.0.125", "@hashgraph/sdk": "^2.65.1", "axios": "^1.8.4", "file-type": "^18.7.0", "mime-types": "^2.1.35" }, "devDependencies": { "@kiloscribe/inscription-sdk": "1.0.31", "@types/mime-types": "^2.1.4", "dotenv": "^16.4.7", "rimraf": "^6.0.0", "terser": "^5.39.0", "tsx": "^4.19.3", "typescript": "~5.8.2", "vite": "^6", "vite-plugin-dts": "^4.5.3", "vite-plugin-node-polyfills": "^0.23.0", "vite-plugin-string-replace": "^1.1.3" }, "publishConfig": { "access": "public" } }