{
  "name": "@hawk-ui/toast",
  "version": "4.5.0",
  "description": "hawk-ui: Basic Toast Component",
  "main": "dist/index.min.js",
  "scripts": {
    "build": "webpack --config ../../webpack.lib.config.js --env.pkg=toast"
  },
  "keywords": [
    "toast",
    "react",
    "react component",
    "react toast",
    "hawk",
    "hawk-ui",
    "ui"
  ],
  "author": "Saurabh Gaur <gaursaurabh68@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "classnames": "^2.3.2",
    "lodash": "^4.17.21",
    "prop-types": "^15.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  }
}
