@jishanhoshen/server-manager
Version:
31 lines (30 loc) • 741 B
JSON
{
"name": "@jishanhoshen/server-manager",
"version": "1.0.0",
"description": "Server-manager",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jishanhoshen/server-manager.git"
},
"keywords": [
"servermanager",
"server-manager"
],
"author": "Jishan Hoshen <jishanhoshenjibon@gmail.com>",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"nodemon": "^3.0.3"
},
"engines": {
"node": ">=18.16.0",
"npm": ">=9.5.1"
},
"bugs": {
"url": "https://github.com/jishanhoshen/server-manager/issues"
},
"homepage": "https://github.com/jishanhoshen/server-manager#readme"
}