{
  "name": "tw-react-components",
  "description": "A set of React components build with TailwindCSS to make a nice dashboard.",
  "version": "0.0.206",
  "license": "MIT",
  "homepage": "https://bacali95.github.io/tw-react-components",
  "type": "module",
  "author": {
    "name": "Nasreddine Bac Ali",
    "email": "nasreddine.bacali95@gmail.com",
    "url": "https://github.com/bacali95"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bacali95/tw-react-components.git"
  },
  "bugs": {
    "url": "https://github.com/bacali95/tw-react-components/issues"
  },
  "exports": {
    ".": {
      "import": "./index.esm.js",
      "types": "./index.d.ts"
    },
    "./css": {
      "default": "./index.css"
    },
    "./index.css": {
      "default": "./index.css"
    },
    "./config": {
      "default": "./tailwindcss-plugin.cjs"
    },
    "./package.json": "./package.json"
  },
  "module": "./index.esm.js",
  "main": "./index.esm.js",
  "types": "./index.d.ts"
}