commit defa9dcd6fe4fe6f1f8da6050dd2da47d0e1a94d Author: Daniel Legt Date: Fri Feb 27 11:25:31 2026 +0200 Initial Commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..0764dc7 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "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": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + } +}