-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 932 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
{
"name": "automatic-cloudflare-ip-renewal",
"version": "1.0.0",
"description": "Automatically updates your IPv4 on cloudflare.",
"main": "index.js",
"scripts": {
"autodnscheck": "node index.js",
"getdnsrecord": "node getDNSRecord.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SiddhantMadhur/AutomaticCloudflareDNSRenewal.git"
},
"keywords": [
"DNS",
"IP",
"Cloudflare"
],
"author": "Siddhant Madhur",
"license": "MIT",
"bugs": {
"url": "https://github.com/SiddhantMadhur/AutomaticCloudflareDNSRenewal/issues"
},
"homepage": "https://github.com/SiddhantMadhur/AutomaticCloudflareDNSRenewal#readme",
"dependencies": {
"axios": "^1.3.3",
"dotenv": "^16.0.3",
"find-config": "^1.0.0"
},
"bin": {
"autodnscheck": "index.js",
"getdnsrecords": "getDNSRecord.js"
}
}