28 lines
608 B
JSON
28 lines
608 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|