package.json 493 B

123456789101112131415161718192021
  1. {
  2. "name": "monitoring",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "start": "npm run build && node .",
  8. "build": "tsc -b"
  9. },
  10. "author": "Christian Kahlau, HostBBQ ©2022",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@types/node": "^18.7.18",
  14. "typescript": "^4.8.3"
  15. },
  16. "dependencies": {
  17. "dotenv": "^16.0.2",
  18. "moment": "^2.29.4",
  19. "node-utils": "git+ssh://git@gogs.hostbbq.com:8301/hostbbq/node-utils.git#1.0.5"
  20. }
  21. }