smartacme/package.json

69 lines
1.7 KiB
JSON
Raw Normal View History

2016-11-01 17:27:57 +00:00
{
"name": "@pushrocks/smartacme",
2021-01-22 23:43:22 +00:00
"version": "3.0.15",
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",
2020-05-17 16:21:25 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-11-01 17:27:57 +00:00
"scripts": {
2018-08-12 18:58:59 +00:00
"test": "(tstest test/)",
2020-08-12 16:36:06 +00:00
"build": "(tsbuild --web)"
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": {
2021-01-22 18:33:53 +00:00
"@pushrocks/lik": "^4.0.20",
2020-11-18 16:52:49 +00:00
"@pushrocks/smartdata": "^3.1.54",
2020-08-12 16:36:06 +00:00
"@pushrocks/smartdelay": "^2.0.10",
2021-01-22 23:32:34 +00:00
"@pushrocks/smartdns": "^4.0.8",
2021-01-22 18:33:53 +00:00
"@pushrocks/smartexpress": "^3.0.100",
2020-11-18 16:52:49 +00:00
"@pushrocks/smartlog": "^2.0.39",
"@pushrocks/smartpromise": "^3.1.3",
"@pushrocks/smartrequest": "^1.1.51",
2021-01-22 18:33:53 +00:00
"@pushrocks/smartstring": "^3.0.24",
"@pushrocks/smarttime": "^3.0.38",
2020-08-12 16:36:06 +00:00
"@pushrocks/smartunique": "^3.0.3",
2020-11-18 16:52:49 +00:00
"@tsclass/tsclass": "^3.0.29",
2021-01-22 20:31:55 +00:00
"acme-client": "^4.1.2"
2016-11-01 17:27:57 +00:00
},
"devDependencies": {
2020-08-13 03:10:37 +00:00
"@gitzone/tsbuild": "^2.1.25",
2020-08-12 16:36:06 +00:00
"@gitzone/tsrun": "^1.2.12",
2020-11-18 16:52:49 +00:00
"@gitzone/tstest": "^1.0.52",
2021-01-22 22:59:27 +00:00
"@mojoio/cloudflare": "^5.0.9",
2020-08-12 16:36:06 +00:00
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^3.2.9",
2021-01-22 18:33:53 +00:00
"@types/node": "^14.14.22",
2020-08-12 16:36:06 +00:00
"tslint": "^6.1.3",
2020-01-19 11:09:32 +00:00
"tslint-config-prettier": "^1.18.0"
2020-02-10 11:15:47 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-05-17 16:21:25 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-10 11:15:47 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2020-08-12 16:36:06 +00:00
],
"browserslist": [
"last 1 chrome versions"
2020-02-10 11:15:47 +00:00
]
2020-05-17 16:21:26 +00:00
}