{
  "name": "react-toasts-forked-esm",
  "version": "3.0.9",
  "description": "Simple react alerter.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "webpack -p",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vashnak/react-toasts.git"
  },
  "author": "Vashnak <anthony.sarais@gmail.com>",
  "license": "ISC",
  "keywords": [
    "react",
    "toast",
    "toasts",
    "toaster",
    "alert",
    "alerter",
    "push",
    "notification",
    "notify",
    "react-component",
    "react-toasts"
  ],
  "bugs": {
    "url": "https://github.com/Vashnak/react-toasts/issues"
  },
  "homepage": "https://vashnak.github.io/react-toasts",
  "files": [
    "/lib",
    "/src"
  ],
  "dependencies": {
    "watchable-stores": "^2.0.2"
  },
  "devDependencies": {
    "@types/react": "^16.8.2",
    "@types/react-dom": "^16.8.0",
    "awesome-typescript-loader": "^5.2.1",
    "css-loader": "^2.1.0",
    "mini-css-extract-plugin": "^0.8.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "prop-types": "^15.7.1",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "style-loader": "^0.23.1",
    "tslint": "^5.12.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.3.3",
    "watchable-stores": "^2.0.2",
    "webpack": "^4.29.3",
    "webpack-cli": "^3.2.3"
  }
}
