-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.67 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@ii887522/dynv6-ip-update-client",
"version": "2.0.2",
"description": "Update IP addresses of existing DNS records created in dynv6 which is a platform for getting public hostnames for your dynamic IPv4 and IPv6 addresses with the latest IP addresses from the client.",
"bin": "out/index.js",
"type": "module",
"scripts": {
"lint": "eslint --ext .ts .",
"lint:watch": "esw --ext .ts --watch .",
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"start": "node out/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ii887522/dynv6-ip-update-client.git"
},
"keywords": [
"dns",
"ipv6",
"ddns",
"ipv4",
"ip",
"dynv6",
"dynv6-dns-ip"
],
"author": "ii887522",
"license": "MIT",
"bugs": {
"url": "https://github.com/ii887522/dynv6-ip-update-client/issues"
},
"homepage": "https://github.com/ii887522/dynv6-ip-update-client#readme",
"ts-standard": {
"ignore": [
"**/*.js"
]
},
"devDependencies": {
"@types/node": "^18.7.23",
"@types/readline-sync": "^1.4.4",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard-with-typescript": "23.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.3.0",
"eslint-plugin-promise": "6.0.1",
"eslint-watch": "8.0.0",
"prettier": "2.7.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@ii887522/hydro": "^4.1.0",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"public-ip": "^6.0.1"
}
}