Files
y2k-alerts/package.json
2026-02-27 11:39:29 +02:00

32 lines
602 B
JSON

{
"name": "y2k-alerts",
"version": "1.0.0",
"description": "Retro Y2k alert windows similar to win98, winxp and the old web.",
"keywords": [
"ui",
"kit",
"retro",
"ui",
"kit",
"win98",
"winxp",
"retro",
"ui",
"retro",
"alerts"
],
"repository": {
"type": "git",
"url": "tea.chunkbyte.com/kato/y2k-alerts"
},
"license": "Apache-2.0",
"author": "Daniel Legt",
"type": "commonjs",
"main": "dist/y2k-alerts.js",
"style": "dist/y2k-alerts.css",
"scripts": {
"build": "node scripts/build.js",
"test": "npm run build"
}
}