Files
FACULTATE-LICENTA/UC/package.json
T
2024-11-13 10:45:14 +02:00

33 lines
824 B
JSON

{
"name": "uc",
"version": "1.0.0",
"description": "A backend service with UDP heartbeat and TCP communication secured using Diffie-Hellman key exchange.",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts"
},
"keywords": [],
"author": "Cerbu Andrei-Mihnea",
"license": "ISC",
"dependencies": {
"async-mutex": "^0.5.0",
"better-sqlite3": "^11.3.0",
"dotenv": "^16.0.3",
"lokijs": "^1.5.12",
"ping": "^0.4.4",
"sqlite3": "^5.1.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/lokijs": "^1.5.14",
"@types/node": "^22.6.1",
"@types/ping": "^0.4.4",
"@types/sqlite3": "^3.1.11",
"@types/uuid": "^10.0.0",
"concurrently": "^8.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}