File size: 785 Bytes
f18c92e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | {
"name": "server-specs",
"version": "1.0.0",
"description": "Server specifications endpoint with detailed system information",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"server",
"specifications",
"system",
"information",
"endpoint"
],
"author": {
"name": "Mark HDR",
"email": "official.mark.hdr@gmail.com",
"url": "https://hexel-cloud.com"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Mark-HDR/server-spesification.git"
},
"dependencies": {
"express": "^4.17.1",
"geoip-lite": "^1.4.10"
},
"devDependencies": {},
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/Mark-HDR/server-spesification#readme"
}
|