server-status-check
Version:
query the server periodically to check whether it is up
58 lines (57 loc) • 1.59 kB
JSON
{
"name": "server-status-check",
"version": "0.6.2",
"description": "query the server periodically to check whether it is up",
"main": "build/index.js",
"scripts": {
"test": "tsc && NODE_ENV=test mocha --recursive ./build/test",
"start": "tsc && node ./build/index.js",
"serve": "tsc && NODE_ENV=production node ./build/index.js"
},
"repository": {
"type": "git",
"url": "https://bitbucket.com/usrpath/server-status-check.git"
},
"keywords": [
"nodejs",
"templating",
"moustache",
"simple",
"minimal"
],
"author": "Meow Geneva <mail@meow.swiss> (https://meow.swiss)",
"license": "MIT",
"bugs": {
"url": "https://bitbucket.com/usrpath/server-status-check/issues"
},
"homepage": "https://bitbucket.com/usrpath/server-status-check#readme",
"devDependencies": {
"@types/chai": "4.2.9",
"@types/chai-as-promised": "7.1.2",
"@types/express": "4.17.7",
"@types/express-serve-static-core": "4.17.2",
"@types/mocha": "7.0.1",
"@types/mysql": "2.15.8",
"@types/nodemailer": "6.4.0",
"@types/nodemailer-direct-transport": "1.0.31",
"@types/nodemailer-smtp-transport": "2.7.4",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^9.1.3"
},
"dependencies": {
"di-why": "^0.15.10",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mostachito": "1.2.4",
"nexmo": "^2.9.1",
"nodemailer": "^6.7.2",
"nodemon": "2.0.3",
"saylo": "0.5.0",
"swiss-army-knifey": "^0.1.2",
"typescript": "^4.5.2"
},
"directories": {
"test": "test"
}
}