{ "name": "@pushrocks/smartacme", "version": "2.1.1", "private": false, "description": "acme with an easy yet powerful interface in TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/umbrellazone/smartacme.git" }, "keywords": [ "TypeScript", "acme", "letsencrypt" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/umbrellazone/smartacme/issues" }, "homepage": "https://gitlab.com/umbrellazone/smartacme#README", "dependencies": { "@pushrocks/lik": "^3.0.13", "@pushrocks/smartdata": "^3.1.23", "@pushrocks/smartdelay": "^2.0.6", "@pushrocks/smartdns": "^3.0.8", "@pushrocks/smartexpress": "^3.0.54", "@pushrocks/smartlog": "^2.0.21", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartrequest": "^1.1.47", "@pushrocks/smartstring": "^3.0.17", "@pushrocks/smarttime": "^3.0.12", "@pushrocks/smartunique": "^3.0.1", "acme-client": "2.2.2" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.28", "@mojoio/cloudflare": "^3.0.5", "@pushrocks/qenv": "^4.0.6", "@pushrocks/tapbundle": "^3.2.0", "@types/node": "^13.1.8", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0" } }