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

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"
}
}