{
  "name": "@suid/types",
  "version": "0.8.0",
  "description": "Types used by suid packages.",
  "keywords": [
    "solid",
    "solidjs",
    "components",
    "mui",
    "types"
  ],
  "peerDependencies": {
    "solid-js": "^1.9.7"
  },
  "bugs": {
    "url": "https://github.com/swordev/suid/issues"
  },
  "contributors": [
    {
      "name": "Juanra GM",
      "email": "juanrgm724@gmail.com",
      "url": "https://github.com/juanrgm"
    }
  ],
  "files": [
    "**/*.js",
    "**/*.jsx",
    "**/*.d.ts"
  ],
  "homepage": "https://suid.dev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/swordev/suid",
    "directory": "packages/types"
  }
}