Initial checkin

This commit is contained in:
2026-06-02 23:00:35 +10:00
commit 6f5be7b451
8 changed files with 1312 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "sh3d",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.2.1",
"web-push": "^3.6.7"
}
}