@jaymago/simple-display-alert
Version:
A lightweight, customizable alert system for web applications with TypeScript support
58 lines (57 loc) • 1.33 kB
JSON
{
"name": "@jaymago/simple-display-alert",
"version": "1.0.6",
"description": "A lightweight, customizable alert system for web applications with TypeScript support",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"alert",
"notification",
"toast",
"popup",
"message",
"ui",
"typescript",
"javascript",
"web",
"frontend",
"notifications",
"alerts",
"toasts",
"messages",
"display-alert",
"simple-alert"
],
"author": {
"name": "Jay Mago",
"email": "jaymago.desk@gmail.com",
"url": "https://github.com/jaymagoit"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jaymagoit/simple-display-alert.git"
},
"bugs": {
"url": "https://github.com/jaymagoit/simple-display-alert/issues"
},
"homepage": "https://github.com/jaymagoit/simple-display-alert#readme",
"devDependencies": {
"esbuild-sass-plugin": "^3.3.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}