UNPKG

safe-apps-sdk

Version:

SDK developed to integrate third-party apps with Safe app.

44 lines (43 loc) 1.06 kB
{ "name": "safe-apps-sdk", "version": "7.10.3", "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": [ "Safe", "sdk", "apps" ], "scripts": { "test": "jest", "format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json", "build": "yarn rimraf dist && tsc && yarn format-dist" }, "author": "Safe (https://safe.global)", "license": "MIT", "dependencies": { "@neonlabs-devops/gnosis-neon-gateway-typescript-sdk": "^3.7.4", "ethers": "^5.7.2" }, "devDependencies": { "rimraf": "^3.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/safe-global/safe-apps-sdk.git" }, "bugs": { "url": "https://github.com/safe-global/safe-apps-sdk/issues" }, "homepage": "https://github.com/safe-global/safe-apps-sdk#readme", "publishConfig": { "access": "public" } }