acme.js/package.json

45 lines
988 B
JSON
Raw Normal View History

2018-03-15 06:41:00 +00:00
{
2019-06-13 07:55:25 +00:00
"name": "acme-v2",
2024-05-13 18:42:53 +00:00
"version": "1.8.7",
2019-06-14 07:32:54 +00:00
"description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.",
2024-05-13 18:33:28 +00:00
"homepage": "https://git.rootprojects.org/root/acme.js",
"main": "index.js",
2019-09-04 01:31:09 +00:00
"files": [
"index.js",
2019-09-04 01:31:09 +00:00
"compat.js",
"lib",
"scripts"
],
2019-06-13 07:55:25 +00:00
"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}'",
2019-06-14 07:32:54 +00:00
"test": "node ./test.js"
2019-06-13 07:55:25 +00:00
},
"repository": {
"type": "git",
2024-05-13 18:33:28 +00:00
"url": "https://git.rootprojects.org/root/acme.js.git"
2019-06-13 07:55:25 +00:00
},
"keywords": [
"Let's Encrypt",
"ACME",
"v02",
"v2",
"draft-11",
"draft-12",
"free ssl",
"tls",
"automated https",
"letsencrypt"
],
2024-05-13 18:33:28 +00:00
"author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com/)",
2019-06-13 07:55:25 +00:00
"license": "MPL-2.0",
"dependencies": {
2019-06-14 07:32:54 +00:00
"@root/request": "^1.3.11",
"rsa-compat": "^2.0.8"
},
"devDependencies": {
"dotenv": "^8.0.0"
2019-06-13 07:55:25 +00:00
}
2018-03-15 06:41:00 +00:00
}