relay-kit-forked
Version:
SDK for Safe Smart Accounts with support for ERC-4337 and Relay
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "relay-kit-forked",
"version": "0.0.5",
"description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"keywords": [
"Ethereum",
"Wallet",
"Safe",
"Smart Account",
"Account Abstraction",
"SDK",
"Relay",
"4337"
],
"scripts": {
"test": "jest src --coverage",
"format:check": "prettier --check \"*/**/*.{js,json,md,ts}\"",
"format": "prettier --write \"*/**/*.{js,json,md,ts}\"",
"unbuild": "rimraf dist .nyc_output cache",
"build": "yarn unbuild && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safe-global/safe-core-sdk.git"
},
"author": "Safe (https://safe.global)",
"license": "MIT",
"bugs": {
"url": "https://github.com/safe-global/safe-core-sdk/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@gelatonetwork/relay-sdk": "^5.5.0",
"protocol-kit-forked": "^0.0.6",
"@safe-global/safe-core-sdk-types": "^5.1.0",
"@safe-global/safe-modules-deployments": "^2.2.1",
"ethers": "^6.13.1"
}
}