mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"name": "aPulse",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "A one-file NodeJS server status monitoring/notification tool.",
|
|
"main": "watcher.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node watcher.js"
|
|
},
|
|
"author": "ybouane",
|
|
"license": "Apache-2.0"
|
|
}
|