sshmon/package.json

34 lines
761 B
JSON
Raw Normal View History

2022-08-12 08:12:18 +00:00
{
"name": "sshmon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
2022-08-22 07:17:06 +00:00
"type": "module",
2022-08-12 08:12:18 +00:00
"dependencies": {
2022-08-18 08:57:58 +00:00
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
2022-08-17 10:57:03 +00:00
"ejs": "^3.1.8",
2022-08-12 08:12:18 +00:00
"express": "^4.18.1",
2022-08-18 08:57:58 +00:00
"express-session": "^1.17.3",
"mysql": "^2.18.1",
"ping": "^0.4.2"
2022-08-17 10:57:03 +00:00
},
"devDependencies": {
2022-08-18 08:57:58 +00:00
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
2022-08-17 10:57:03 +00:00
"@types/express": "^4.17.13",
2022-08-18 08:57:58 +00:00
"@types/express-session": "^1.17.5",
"@types/mysql": "^2.15.21",
2022-08-17 10:57:03 +00:00
"@types/node": "^18.7.6",
"@types/ping": "^0.4.1",
"eslint": "^8.22.0",
"typescript": "^4.7.4"
2022-08-12 08:12:18 +00:00
}
}