| 123456789101112131415161718192021 |
- {
- "name": "monitoring-daemon",
- "version": "1.0.0",
- "description": "",
- "main": "dist/daemon/src/index.js",
- "scripts": {
- "start": "npm run build && node .",
- "build": "tsc -b"
- },
- "author": "Christian Kahlau, HostBBQ ©2022",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^18.7.18",
- "typescript": "^4.8.3"
- },
- "dependencies": {
- "dotenv": "^16.0.2",
- "moment": "^2.29.4",
- "node-utils": "git+ssh://git@gogs.hostbbq.com:8301/hostbbq/node-utils.git#1.0.5"
- }
- }
|