{ "name": "nginx-proxy-manager", "version": "1.0.0", "description": "
", "main": "index.js", "directories": { "doc": "docs", "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/NginxProxyManager/nginx-proxy-manager.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/NginxProxyManager/nginx-proxy-manager/issues" }, "homepage": "https://github.com/NginxProxyManager/nginx-proxy-manager#readme", "dependencies": { "dotenv": "^16.0.3", "ejs": "^3.1.8", "express": "^4.18.2", "nodemon": "^2.0.20" } }