mirror of https://github.com/Aelita4/sshmon.git
34 lines
761 B
JSON
34 lines
761 B
JSON
{
|
|
"name": "sshmon",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"cookie-parser": "^1.4.6",
|
|
"ejs": "^3.1.8",
|
|
"eslint": "^8.22.0",
|
|
"express": "^4.18.1",
|
|
"express-session": "^1.17.3",
|
|
"mysql": "^2.18.1",
|
|
"ping": "^0.4.2",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/cookie-parser": "^1.4.3",
|
|
"@types/express": "^4.17.13",
|
|
"@types/express-session": "^1.17.5",
|
|
"@types/mysql": "^2.15.21",
|
|
"@types/node": "^18.7.6",
|
|
"@types/ping": "^0.4.1"
|
|
}
|
|
}
|