25 lines
522 B
JSON
25 lines
522 B
JSON
{
|
|
"name": "uptimenotify",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node .",
|
|
"dev": "tsc && node ."
|
|
},
|
|
"author": "",
|
|
"license": "LGPL-3.0-only",
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.5",
|
|
"@types/ping": "^0.4.4",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@network-utils/tcp-ping": "^1.2.3",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"dotenv": "^16.3.1",
|
|
"ping": "^0.4.4",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|