smartacme/package.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2016-11-01 17:27:57 +00:00
{
"name": "@pushrocks/smartacme",
2020-01-19 11:09:32 +00:00
"version": "2.1.1",
2018-08-12 18:58:59 +00:00
"private": false,
2019-02-06 08:47:33 +00:00
"description": "acme with an easy yet powerful interface in TypeScript",
2016-11-01 17:27:57 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2018-08-12 18:58:59 +00:00
"test": "(tstest test/)",
2019-01-04 22:30:37 +00:00
"build": "(tsbuild)"
2016-11-01 17:27:57 +00:00
},
"repository": {
"type": "git",
2017-04-28 16:59:43 +00:00
"url": "git+ssh://git@gitlab.com/umbrellazone/smartacme.git"
2016-11-01 17:27:57 +00:00
},
"keywords": [
"TypeScript",
"acme",
"letsencrypt"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2017-04-28 16:59:43 +00:00
"url": "https://gitlab.com/umbrellazone/smartacme/issues"
2016-11-01 17:27:57 +00:00
},
2017-04-28 16:59:43 +00:00
"homepage": "https://gitlab.com/umbrellazone/smartacme#README",
2016-11-01 17:27:57 +00:00
"dependencies": {
2020-01-19 11:09:32 +00:00
"@pushrocks/lik": "^3.0.13",
"@pushrocks/smartdata": "^3.1.23",
"@pushrocks/smartdelay": "^2.0.6",
2019-01-07 00:00:58 +00:00
"@pushrocks/smartdns": "^3.0.8",
2020-01-19 11:09:32 +00:00
"@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",
2019-01-08 19:45:35 +00:00
"@pushrocks/smartunique": "^3.0.1",
2019-01-13 20:40:40 +00:00
"acme-client": "2.2.2"
2016-11-01 17:27:57 +00:00
},
"devDependencies": {
2020-01-19 11:09:32 +00:00
"@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"
2016-11-01 17:27:57 +00:00
}
2019-02-06 13:37:01 +00:00
}