{
    "name": "@plexvault/safe-apps-sdk",
    "version": "7.4.1",
    "description": "SDK developed to integrate third-party apps with Safe app.",
    "main": "dist/src/index.js",
    "typings": "dist/src/index.d.ts",
    "_files": [
        "dist/**/*",
        "src/**/*",
        "CHANGELOG.md",
        "README.md"
    ],
    "keywords": [
        "Gnosis",
        "sdk",
        "apps"
    ],
    "scripts": {
        "test": "jest",
        "format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json",
        "build": "yarn rimraf dist && tsc && yarn format-dist"
    },
    "author": "Gnosis (https://gnosis.io)",
    "license": "MIT",
    "dependencies": {
        "@gnosis.pm/safe-react-gateway-sdk": "^3.1.1",
        "ethers": "^5.6.8"
    },
    "devDependencies": {
        "rimraf": "^3.0.2"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gnosis/safe-apps-sdk.git"
    },
    "bugs": {
        "url": "https://github.com/gnosis/safe-apps-sdk/issues"
    },
    "homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
    "publishConfig": {
        "access": "public"
    }
}
