sshmon/package.json

25 lines
486 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",
"dependencies": {
"ejs": "^3.1.8",
"eslint": "^8.22.0",
"express": "^4.18.1",
"ping": "^0.4.2",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.7.6",
"@types/ping": "^0.4.1"
}
}