UNPKG

nginx

Version:

An NPM package used for installing and configuring NGINX virtual hosts.

42 lines (41 loc) 893 B
{ "name": "nginx", "version": "1.1.0", "type": "module", "description": "An NPM package used for installing and configuring NGINX virtual hosts.", "main": "index.js", "keywords": [ "node", "nginx", "virtual", "host", "nginx", "helper" ], "author": { "name": "Ben Whybrow", "email": "ben@benwhybrow.com" }, "license": "LICENSE.md", "dependencies": { "chalk": "^4.1.2", "commander": "^7.2.0", "prompt": "^1.3.0" }, "bin": { "nginx-install": "./index.js" }, "homepage": "https://benwhybrow.com/", "repository": { "type": "git", "url": "git+https://github.com/bwhybrow23/Nginx.git" }, "bugs": { "url": "https://github.com/bwhybrow23/Nginx/issues" }, "devDependencies": { "@eslint/js": "^9.24.0", "eslint": "^9.24.0", "globals": "^16.0.0" } }