{ "name": "@pushrocks/smartacme", "version": "2.0.2", "private": false, "description": "acme implementation in TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "echo \"Not needed for now\"" }, "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/smartdelay": "^2.0.2", "@pushrocks/smartpromise": "^2.0.5", "acme-v2": "^1.2.1", "rsa-compat": "^1.6.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@types/node": "^10.11.4", "cflare": "^1.0.5", "qenv": "^1.1.7", "tapbundle": "^2.0.2" } }