@tunghm/relay-kit
Version:
46 lines (45 loc) • 1.26 kB
JSON
{
"name": "@tunghm/relay-kit",
"version": "2.1.2",
"description": "Safe Relay Kit",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"keywords": [
"Safe",
"Ethereum",
"Account Abstraction",
"SDK",
"Relay"
],
"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",
"@safe-global/protocol-kit": "^3.1.1",
"@safe-global/safe-core-sdk-types": "^4.1.1",
"@safe-global/safe-modules-deployments": "^2.0.0",
"@tunghm/protocol-kit": "^3.1.1",
"ethers": "^6.7.1"
}
}