mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
37 lines
836 B
JSON
37 lines
836 B
JSON
{
|
|
"name": "oneuptime-acme-http-01",
|
|
"version": "3.0.0",
|
|
"description": "HTTP Authentication (In-Memory) for Let's Encrypt for Node.js - ACME http-01 challenges for OneUptime",
|
|
"main": "index.ts",
|
|
"files": [
|
|
"*.js",
|
|
"lib",
|
|
"test.js"
|
|
],
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"keywords": [
|
|
"standalone",
|
|
"memory",
|
|
"http-01",
|
|
"letsencrypt",
|
|
"acme",
|
|
"greenlock",
|
|
"oneuptime"
|
|
],
|
|
"author": "HackerBay, Inc. <hello@hackerbay.io>",
|
|
"contributors": [
|
|
"HackerBay, Inc. <hello@hackerbay.io>"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"acme-challenge-test": "^3.3.2",
|
|
"dotenv": "^16.0.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^0.26.1"
|
|
}
|
|
}
|