-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 852 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
{
"name": "node_cloudflare-mcdnsswitch",
"version": "1.1.1",
"description": "NodeJS application that changes CloudFlare DNS's to a different MC server when the MC server is detected offline and changes back when the MC server returns online",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xboxfly15/node_cloudflare-mcdnsswitch.git"
},
"author": "xboxfly15",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/xboxfly15/node_cloudflare-mcdnsswitch/issues"
},
"homepage": "https://github.com/xboxfly15/node_cloudflare-mcdnsswitch#readme",
"dependencies": {
"cloudflare": "^2.9.1",
"dotenv-safe": "^8.2.0",
"mcping-js": "^1.5.0"
},
"devDependencies": {
"standardx": "^7.0.0"
}
}