acme.js/package.json

45 lines
988 B
JSON

{
"name": "acme-v2",
"version": "1.8.7",
"description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.",
"homepage": "https://git.rootprojects.org/root/acme.js",
"main": "index.js",
"files": [
"index.js",
"compat.js",
"lib",
"scripts"
],
"scripts": {
"bump": "npm version -m \"chore(release): bump to v%s\"",
"fmt": "npm run prettier",
"prettier": "npx -p prettier@3.x -- prettier -w '**/*.{js,md}'",
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/acme.js.git"
},
"keywords": [
"Let's Encrypt",
"ACME",
"v02",
"v2",
"draft-11",
"draft-12",
"free ssl",
"tls",
"automated https",
"letsencrypt"
],
"author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com/)",
"license": "MPL-2.0",
"dependencies": {
"@root/request": "^1.3.11",
"rsa-compat": "^2.0.8"
},
"devDependencies": {
"dotenv": "^8.0.0"
}
}