-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1006 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "acme-dns-01-cloudflare",
"version": "1.2.5",
"description": "Cloudflare DNS for Let's Encrypt / ACME dns-01 challenges with Greenlock.js and ACME.js",
"keywords": [
"acme",
"cloudflare",
"dns",
"dns-01",
"greenlock",
"letsencrypt"
],
"homepage": "https://github.com/nodecraft/acme-dns-01-cloudflare#readme",
"bugs": {
"url": "https://github.com/nodecraft/acme-dns-01-cloudflare/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodecraft/acme-dns-01-cloudflare.git"
},
"license": "MIT",
"author": "Nodecraft, Inc.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"dependencies": {
"cloudflare": "^2.9.1"
},
"devDependencies": {
"@nodecraft/eslint-config": "^43.1.0",
"acme-dns-01-test": "3.3.2",
"eslint": "^8.57.1",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^55.0.0"
},
"engines": {
"node": ">=16"
}
}