{
  "name": "notiffy",
  "version": "1.0.3",
  "private": false,
  "description": "TypeScript-based notification message UI.",
  "keywords": [
    "javascript",
    "typescript",
    "message",
    "notification",
    "notify",
    "toast",
    "slip",
    "mole",
    "alert"
  ],
  "author": {
    "name": "devcheeze",
    "email": "devcheeze@icloud.com",
    "url": "https://github.com/devcheeze"
  },
  "homepage": "https://devcheeze.github.io/notiffy",
  "repository": {
    "type": "git",
    "url": "https://github.com/devcheeze/notiffy.git"
  },
  "bugs": {
    "email": "devcheeze@icloud.com"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prebuild": "node clean-dist.js",
    "build": "webpack --mode production",
    "upload": "npm publish"
  },
  "dependencies": {
    "typescript": "^4.9.5"
  },
  "devDependencies": {
    "css-loader": "^6.8.1",
    "style-loader": "3.3.3",
    "terser-webpack-plugin": "5.3.9",
    "ts-loader": "9.5.1",
    "webpack-cli": "5.1.4"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
