aimpress-chatbot/node_modules/rsa-pem-from-mod-exp/package.json
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

30 lines
684 B
JSON

{
"name": "rsa-pem-from-mod-exp",
"version": "0.8.6",
"description": "Create RSA Public Key PEM from Modulus and Exponent value in node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/tracker1/node-rsa-pem-from-mod-exp.git"
},
"keywords": [
"rsa",
"public-key",
"pem",
"modulus",
"exponent"
],
"author": "Michael J. Ryan <tracker1+github@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tracker1/node-rsa-pem-from-mod-exp/issues"
},
"devDependencies": {
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"should": "^13.2.3"
},
"scripts": {
"test": "nyc mocha"
}
}