node-aws-acm
Version:
A lightweight npm package to interact with AWS Certificate Manager (ACM) using Node.js.
35 lines (34 loc) • 836 B
JSON
{
"name": "node-aws-acm",
"version": "1.0.3",
"description": "A lightweight npm package to interact with AWS Certificate Manager (ACM) using Node.js.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raketbizdev/node-aws-acm.git"
},
"keywords": [
"AWS",
"SSL",
"AWS Certification Manager",
"ACM",
"Node package"
],
"author": "Ruel Nopal",
"license": "ISC",
"bugs": {
"url": "https://github.com/raketbizdev/node-aws-acm.git/issues"
},
"homepage": "https://github.com/raketbizdev/node-aws-acm.git#readme",
"peerDependencies": {
"aws-sdk": "^2.1370.0",
"dotenv": "^16.0.3"
},
"devDependencies": {
"aws-sdk": "^2.1370.0",
"dotenv": "^16.0.3"
}
}