{
  "name": "@rocket.chat/fuselage-toastbar",
  "version": "0.35.0",
  "description": "Fuselage ToastBar component",
  "keywords": [
    "rocketchat",
    "rocketchat-fuselage",
    "fuselage",
    "toastbar",
    "fuselage-toastbar"
  ],
  "author": {
    "name": "Rocket.Chat",
    "url": "https://rocket.chat/"
  },
  "homepage": "https://github.com/RocketChat/fuselage#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketChat/fuselage.git",
    "directory": "packages/fuselage-toastbar"
  },
  "bugs": {
    "url": "https://github.com/RocketChat/fuselage/issues"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "run-s .:build:clean .:build:esm .:build:cjs",
    ".:build:clean": "rimraf dist",
    ".:build:esm": "tsc -p tsconfig.esm.json",
    ".:build:cjs": "tsc -p tsconfig.cjs.json",
    "lint": "lint",
    "lint-and-fix": "lint-and-fix",
    "test": "jest --runInBand",
    "docs": "typedoc",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "devDependencies": {
    "@rocket.chat/fuselage": "^0.61.0",
    "@rocket.chat/fuselage-hooks": "^0.35.0",
    "@rocket.chat/fuselage-tokens": "^0.33.2",
    "@rocket.chat/layout": "^0.32.0",
    "@rocket.chat/styled": "^0.32.0",
    "@storybook/addon-essentials": "~8.6.4",
    "@storybook/addon-webpack5-compiler-swc": "~1.0.5",
    "@storybook/preview-api": "~8.6.4",
    "@storybook/react": "~8.6.4",
    "@storybook/react-webpack5": "~8.6.4",
    "@storybook/theming": "~8.6.4",
    "@testing-library/jest-dom": "~6.6.3",
    "@testing-library/react": "~16.2.0",
    "@testing-library/user-event": "~14.6.1",
    "@types/jest": "~29.5.14",
    "@types/react": "~18.3.18",
    "@types/react-dom": "~18.3.5",
    "eslint": "~9.21.0",
    "jest": "~29.7.0",
    "jest-environment-jsdom": "~29.7.0",
    "lint-all": "^0.31.25",
    "npm-run-all": "^4.1.5",
    "prettier": "~3.5.2",
    "react-dom": "~18.3.1",
    "rimraf": "~3.0.2",
    "storybook": "~8.6.4",
    "storybook-dark-mode": "~4.0.2",
    "ts-jest": "~29.2.6",
    "typedoc": "~0.27.9",
    "typescript": "~5.8.2"
  },
  "peerDependencies": {
    "@rocket.chat/fuselage": "*",
    "@rocket.chat/fuselage-hooks": "*",
    "@rocket.chat/fuselage-polyfills": "*",
    "@rocket.chat/styled": "*",
    "react": "*",
    "react-dom": "*"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "dependencies": {
    "react-timing-hooks": "~4.0.2"
  }
}
