{
  "name": "status-check-sdk",
  "version": "0.1.10",
  "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://github.com/meow-ch/status-check-sdk.git"
  },
  "keywords": [
    "nodejs",
    "templating",
    "moustache",
    "simple",
    "minimal"
  ],
  "author": "Meow Geneva <mail@meow.ch> (https://meow.ch)",
  "license": "GPLv2",
  "bugs": {
    "url": "https://github.com/meow-ch/status-check-sdk/issues"
  },
  "homepage": "https://github.com/meow-ch/status-check-sdk#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",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "di-why": "^0.15.10",
    "dotenv": "^10.0.0",
    "express": "^4.17.1",
    "mostachito": "^1.2.5",
    "nexmo": "^2.9.1",
    "nodemailer": "^6.7.2",
    "nodemon": "2.0.3",
    "saylo": "0.5.0",
    "swiss-army-knifey": "^0.4.5"
  },
  "directories": {
    "test": "test"
  }
}
