mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
24 lines
528 B
JSON
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"
|
|
}
|
|
}
|