Initial commit

This commit is contained in:
2026-04-22 12:38:12 +02:00
commit 572a6f3600
155 changed files with 452049 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "messenger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"typescript": "^6.0.3"
}
}