{
  "name": "@le-space/shared-types",
  "version": "0.9.6",
  "description": "Shared type contracts for the Relay Button tooling monorepo.",
  "license": "MIT",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NiKrause/relay-button"
  },
  "homepage": "https://github.com/NiKrause/relay-button",
  "bugs": {
    "url": "https://github.com/NiKrause/relay-button/issues"
  }
}
