{
  "name": "@safe-global/safe-apps-provider",
  "version": "0.18.6",
  "description": "A provider wrapper of Safe Apps SDK",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "src/**/*",
    "CHANGELOG.md",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "yarn rimraf dist && tsc",
    "test": "echo No tests specified"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/safe-global/safe-apps-sdk.git"
  },
  "author": "Safe (https://safe.global)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/safe-global/safe-apps-sdk/issues"
  },
  "homepage": "https://github.com/safe-global/safe-apps-sdk#readme",
  "dependencies": {
    "@safe-global/safe-apps-sdk": "^9.1.0",
    "events": "^3.3.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
