{
  "name": "@edinelsonslima/toast-notification",
  "version": "0.2.1",
  "author": "@edinelsonslima",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edinelsonslima/toast-notification.git"
  },
  "bugs": {
    "url": "https://github.com/edinelsonslima/toast-notification/issues"
  },
  "homepage": "https://github.com/edinelsonslima/toast-notification#readme",
  "main": "index.es.js",
  "module": "index.es.js",
  "browser": "index.es.js",
  "types": "index.es.d.ts",
  "exports": {
    ".": {
      "types": "./index.es.d.ts",
      "import": "./index.es.js",
      "require": "./index.es.js",
      "browser": "./index.es.js"
    },
    "./style.css": {
      "import": "./style.css",
      "require": "./style.css"
    }
  },
  "files": [
    "index.es.d.ts",
    "index.es.js",
    "style.css"
  ],
  "keywords": [
    "toast",
    "notification",
    "react",
    "vite"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
