| { |
| "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" |
| } |
|
|