20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"name": "uptime",
|
|
"version": "1.0.0",
|
|
"description": "Simple nodejs console software for monitoring a server.",
|
|
"license": "MIT",
|
|
"author": "TheDreWen",
|
|
"type": "commonjs",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "ts-node src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.2"
|
|
},
|
|
"dependencies": {
|
|
"ping": "^1.0.0"
|
|
}
|
|
}
|