{
  "name": "@responsive-ui/button",
  "version": "1.1.0-alpha.58",
  "description": "A button component of responsive-ui.",
  "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)",
  "homepage": "https://github.com/wetix/responsive-ui/blob/main/components/button#README.md",
  "license": "MIT",
  "type": "module",
  "main": "lib/cjs/index.js",
  "browser": "lib/index.js",
  "module": "lib/esm/index.js",
  "unpkg": "lib/index.min.js",
  "svelte": "src/Button.svelte",
  "types": "types/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "svelte",
    "ui-component",
    "responsive-ui",
    "button",
    "svelte-button"
  ],
  "peerDependencies": {
    "svelte": "^3.46.2",
    "svelte-preprocess": "^4.5.0",
    "typescript": "^4.0.0"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "types",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wetix/responsive-ui",
    "directory": "components/button"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/wetix/responsive-ui/issues"
  },
  "gitHead": "d5f6035882bc1a4f3a26e207d90a5dc6e4b86446"
}
