{
  "name": "@wcjiang/notify",
  "version": "2.1.4",
  "description": "JS achieve the browser title flashing , scrolling, voice prompts , chrome notice.",
  "main": "index.js",
  "module": "dist/notify.esm.js",
  "unpkg": "dist/notify.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/iNotify.git"
  },
  "keywords": [
    "inotify",
    "notify",
    "alert",
    "notice",
    "notification"
  ],
  "author": "kenny wang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jaywcjlove/iNotify/issues"
  },
  "homepage": "http://jaywcjlove.github.io/iNotify",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "scripts": {
    "build": "rollup -c rollup.config.mjs",
    "watch": "rollup -c rollup.config.mjs -w",
    "start": "kkt start --app-src ./website",
    "doc": "kkt build --app-src ./website"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "devDependencies": {
    "@kkt/less-modules": "^7.4.9",
    "@kkt/raw-modules": "^7.4.9",
    "@kkt/scope-plugin-options": "^7.4.9",
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-terser": "^0.4.0",
    "@uiw/react-github-corners": "^1.5.15",
    "@uiw/react-markdown-preview": "^5.0.0",
    "@wcj/dark-mode": "~1.0.15",
    "bannerjs": "^3.0.1",
    "classnames": "~2.3.2",
    "kkt": "^7.4.9",
    "react": "~18.2.0",
    "react-dom": "~18.2.0",
    "rollup": "^4.0.0",
    "rollup-plugin-sizes": "~1.0.5"
  }
}
