{
  "name": "@t007/toast",
  "version": "0.0.32",
  "description": "A lightweight, pure JS toast system.",
  "author": "Oketade Oluwatobiloba <tobioketade007@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tobi007-del/t007-tools.git",
    "directory": "packages/toast"
  },
  "homepage": "https://github.com/Tobi007-del/t007-tools/blob/main/packages/toast#readme",
  "bugs": {
    "url": "https://github.com/Tobi007-del/t007-tools/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "unpkg": "./dist/index.global.js",
  "jsdelivr": "./dist/index.global.js",
  "types": "./dist/index.d.ts",
  "style": "./dist/index.css",
  "sideEffects": [
    "**/*.css",
    "**/*.scss"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./style.css": "./dist/index.css"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts",
    "prepublishOnly": "shx cp ../../LICENSE ."
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "t007",
    "ecosystem",
    "ui",
    "vanilla-js",
    "react",
    "toast",
    "snackbar",
    "notification",
    "alert",
    "promise"
  ],
  "dependencies": {
    "@t007/utils": "^0.0.34"
  },
  "devDependencies": {
    "esbuild-sass-plugin": "^3.7.0"
  }
}
