rtmc-be/package.json
2024-08-28 01:10:18 +03:00

25 lines
494 B
JSON

{
"name": "rtmc-be",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/knex": "^0.15.2",
"@types/node": "^22.5.0",
"@types/ws": "^8.5.12",
"typescript": "^5.5.4"
},
"dependencies": {
"express": "^4.19.2",
"knex": "^3.1.0",
"pug": "^3.0.3",
"ws": "^8.18.0"
}
}