initial commit

This commit is contained in:
2026-04-23 07:28:25 +02:00
parent 572a6f3600
commit ab2efa1ed4
149 changed files with 13316 additions and 20478 deletions
+9 -10
View File
@@ -1,18 +1,17 @@
{
"name": "messenger",
"name": "messenger.old",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch"
"watch": "tsc --watch",
"start": "serve public -l 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {},
"devDependencies": {
"typescript": "^6.0.3"
}
"serve": "^14.2.6",
"typescript": "^5.5.3"
},
"private": true
}