{ "name": "cert", "version": "1.0.8", "description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npm run cleanTest && npmts --nodocs)", "cleanTest": "(rm -rf ./test/assets)", "compile": "(npmts --notest)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/cert.git" }, "keywords": [ "coreos", "cert", "ssl", "etcd" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/cert/issues" }, "homepage": "https://gitlab.com/pushrocks/cert#readme", "dependencies": { "@types/minimatch": "2.x.x", "@types/q": "0.0.32", "beautylog": "^6.0.0", "cflare": "0.0.10", "fs-extra": "^1.0.0", "lik": "^1.0.27", "q": "^1.4.1", "smartacme": "^1.0.2", "smartcli": "^2.0.1", "smartfile": "^4.1.1", "smartgit": "1.0.5", "smartstring": "^2.0.22", "typings-global": "^1.0.14" }, "devDependencies": { "@types/should": "^8.1.30", "npmts-g": "^5.2.10", "qenv": "^1.1.1", "should": "^11.1.2", "typings-test": "^1.0.3" } }