oneuptime/LetsEncyptStore/package.json
Nawaz Dhandala 822741e215
fix
2022-04-10 22:54:23 +01:00

24 lines
528 B
JSON

{
"name": "oneuptime-le-store",
"version": "3.0.0",
"description": "Greenlock store module ported for OneUptime",
"main": "index.ts",
"keywords": [
"le-store",
"greenlock",
"letsencrypt",
"mongodb",
"mongo",
"oneuptime"
],
"author": "HackerBay, Inc. <hello@hackerbay.io>",
"contributors": [
"HackerBay, Inc. <hello@hackerbay.io>"
],
"license": "MIT",
"type": "module",
"dependencies": {
"axios": "^0.26.1"
}
}