{ "name": "@pushrocks/smartacme", "version": "3.0.7", "private": false, "description": "acme with an easy yet powerful interface in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)" }, "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": "^4.0.17", "@pushrocks/smartdata": "^3.1.29", "@pushrocks/smartdelay": "^2.0.10", "@pushrocks/smartdns": "^4.0.4", "@pushrocks/smartexpress": "^3.0.76", "@pushrocks/smartlog": "^2.0.36", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartrequest": "^1.1.47", "@pushrocks/smartstring": "^3.0.18", "@pushrocks/smarttime": "^3.0.24", "@pushrocks/smartunique": "^3.0.3", "@tsclass/tsclass": "^3.0.21", "acme-client": "^3.3.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", "@gitzone/tsrun": "^1.2.12", "@gitzone/tstest": "^1.0.43", "@mojoio/cloudflare": "^5.0.6", "@pushrocks/qenv": "^4.0.10", "@pushrocks/tapbundle": "^3.2.9", "@types/node": "^14.0.27", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }