{ "name": "rust-sdk", "version": "1.0.0", "description": "Bundlr's rust sdk", "main": "bundles.js", "type": "module", "directories": { "example": "examples" }, "scripts": { "generate-bundles": "tsc && node dist/bundles.js" }, "repository": { "type": "git", "url": "git+https://github.com/Bundlr-Network/rust-sdk.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Bundlr-Network/rust-sdk/issues" }, "homepage": "https://github.com/Bundlr-Network/rust-sdk#readme", "dependencies": { "@bundlr-network/client": "^0.10.5", "@solana/web3.js": "^1.73.3", "aptos": "^1.7.1", "arbundles": "^0.9.6", "arweave": "^1.13.7", "bs58": "^5.0.0", "ethers": "^6.3.0" }, "devDependencies": { "@types/keythereum": "^1.2.1", "@types/node": "^18.14.6", "@types/node-fetch": "^2.6.2", "typescript": "^4.9.5" } }