: initial commit

This commit is contained in:
StarAppeal
2024-02-20 03:47:50 +01:00
parent 21731c0db0
commit dd082eb922
11 changed files with 1949 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "matrix-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"typescript": "^5.3.3",
"ws": "^8.16.0"
},
"devDependencies": {
"prettier": "^3.2.5"
}
}