{ "name": "smartnginx", "version": "1.0.0", "description": "control nginx from node, TypeScript ready", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "cleanTest": "(rm -r nginxconfig)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartnginx.git" }, "keywords": [ "nginx" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartnginx/issues" }, "homepage": "https://gitlab.com/pushrocks/smartnginx#README", "dependencies": { "@types/q": "^0.0.27", "@types/shelljs": "^0.3.27", "beautylog": "^5.0.18", "cert": "1.0.6", "q": "^1.4.1", "shelljs": "^0.7.1", "smartfile": "^4.0.12", "smartstring": "^2.0.15" }, "devDependencies": { "npmts-g": "^5.2.6", "qenv": "^1.0.8", "should": "^10.0.0", "typings-test": "^1.0.1" } }