{
  "name": "awesome-toast-component",
  "description": "React, Angular, Vue, and Typescript compatible toast.",
  "version": "2.0.6",
  "author": "Mostafa Mohammadzadeh",
  "license": "MIT",
  "main": "src/toast.js",
  "types": "src/toast.d.ts",
  "scripts": {
    "test": "jest",
    "test-cov": "jest --coverage",
    "deploy": "npm update && npm publish && cd website && npm update && npm run build && npm run export && cd .. && find website/out -type d -exec chmod 755 {} \\; && find website/out -type f -exec chmod 644 {} \\; && git add -A && git commit -m \"[deployment auto commit]\" && git ftp push"
  },
  "devDependencies": {
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3"
  },
  "jest": {
    "testEnvironment": "jsdom"
  },
  "keywords": [
    "react",
    "angular",
    "vue",
    "next",
    "reactjs",
    "toast",
    "nextjs",
    "javascript",
    "typescript",
    "component",
    "module",
    "jquery",
    "ui",
    "ts",
    "js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MostafaMDZH/Awesome-Toast.git"
  },
  "homepage": "https://toast.awesome-components.com",
  "bugs": {
    "url": "https://github.com/MostafaMDZH/Awesome-Toast/issues"
  }
}