UNPKG

@smoothsend/sdk

Version:

Multi-chain gasless transaction SDK for seamless dApp integration

73 lines (72 loc) 1.9 kB
{ "name": "@smoothsend/sdk", "version": "1.0.0-beta.14", "description": "Multi-chain gasless transaction SDK for seamless dApp integration", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build", "example:token-sender": "cd examples/token-sender && npm run dev", "example:nft-marketplace": "cd examples/nft-marketplace && npm run dev" }, "keywords": [ "gasless", "transactions", "blockchain", "ethereum", "avalanche", "dapp", "web3", "meta-transactions", "relayer", "multi-chain" ], "author": "SmoothSend Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/smoothsend/sdk.git" }, "bugs": { "url": "https://github.com/smoothsend/sdk/issues" }, "homepage": "https://home.smoothsend.xyz", "dependencies": { "@smoothsend/sdk": "^1.0.0-beta.10", "axios": "^1.6.0", "ethers": "^6.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/jest": "^29.5.5", "@types/node": "^20.8.0", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "eslint": "^8.51.0", "jest": "^29.7.0", "rollup": "^4.0.0", "rollup-plugin-dts": "^6.1.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "peerDependencies": { "ethers": "^6.0.0" }, "engines": { "node": ">=16.0.0" } }