smartacme/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-01 17:27:57 +00:00
{
"name": "@pushrocks/smartacme",
2019-01-07 11:29:11 +00:00
"version": "2.0.11",
2018-08-12 18:58:59 +00:00
"private": false,
2016-11-01 17:27:57 +00:00
"description": "acme implementation in TypeScript",
"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": {
2019-01-07 11:29:10 +00:00
"@pushrocks/smartdata": "^3.1.2",
"@pushrocks/smartdelay": "^2.0.2",
2019-01-07 00:00:58 +00:00
"@pushrocks/smartdns": "^3.0.8",
"@pushrocks/smartpromise": "^2.0.5",
2019-01-06 19:41:21 +00:00
"acme-client": "^2.2.1"
2016-11-01 17:27:57 +00:00
},
"devDependencies": {
2019-01-06 19:41:21 +00:00
"@gitzone/tsbuild": "^2.1.4",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@mojoio/cloudflare": "^2.0.0",
"@pushrocks/qenv": "^3.0.2",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.18",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0"
2016-11-01 17:27:57 +00:00
}
2019-01-06 19:41:22 +00:00
}