{ "name": "smartacme", "version": "1.0.0", "description": "acme implementation in TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts --nodocs)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartacme.git" }, "keywords": [ "TypeScript", "acme", "letsencrypt" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartacme/issues" }, "homepage": "https://gitlab.com/pushrocks/smartacme#README", "dependencies": { "@types/base64url": "^2.0.3", "jwa": "^1.1.3", "q": "^1.4.1", "rsa-pem-to-jwk": "^1.1.3", "shelljs": "^0.7.5", "smartfile": "^4.1.0", "smartstring": "^2.0.20", "typings-global": "^1.0.14" }, "devDependencies": { "@types/should": "^8.1.30", "should": "^11.1.1", "typings-test": "^1.0.3" } }