-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.51 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
61
62
63
64
65
66
{
"name": "dyndns",
"description": "Composable Dynamic DNS client",
"private": true,
"license": "LGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/DManavi/dyndns"
},
"author": {
"name": "Danial Manavi",
"email": "[email protected]",
"url": "https://dmanavi.com"
},
"bugs": {
"url": "https://github.com/DManavi/dyndns/issues"
},
"homepage": "https://github.com/DManavi/dyndns#readme",
"workspaces": [
"packages/*"
],
"keywords": [
"dns",
"dyndns",
"dynamic",
"dynamic-dns",
"dns-client",
"dns-server"
],
"devDependencies": {
"@nx/esbuild": "16.5.3",
"@nx/eslint-plugin": "16.5.3",
"@nx/jest": "16.5.3",
"@nx/js": "^16.5.3",
"@nx/linter": "16.5.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.16.19",
"@types/sinon": "^10.0.20",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"dts-bundle-generator": "^8.0.1",
"env-var": "^7.4.1",
"esbuild": "^0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "16.5.3",
"prettier": "^2.6.2",
"rimraf": "^5.0.1",
"sinon": "^17.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.3",
"verdaccio": "^5.0.4"
},
"dependencies": {
"axios": "^1.6.0",
"error-lib": "^2.0.1",
"tslib": "^2.3.0",
"yargs": "^17.7.2"
},
"nx": {
"includedScripts": []
}
}