-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 841 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 841 Bytes
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
{
"name": "yourddns",
"version": "1.39.0",
"description": "Self-hosted dynamic DNS service",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "node --watch src/server.js"
},
"license": "AGPL",
"dependencies": {
"@fastify/cookie": "^9.4.0",
"@fastify/formbody": "^7.4.0",
"@fastify/helmet": "^11.1.1",
"@fastify/multipart": "^8.3.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/session": "^10.9.0",
"@fastify/static": "^7.0.4",
"@fastify/view": "^9.1.0",
"adm-zip": "^0.5.16",
"bcryptjs": "^2.4.3",
"dns2": "^2.1.0",
"dotenv": "^16.4.5",
"fastify": "^4.27.0",
"fastify-plugin": "^4.5.1",
"nunjucks": "^3.2.4",
"qrcode": "^1.5.4",
"resend": "^3.2.0",
"stripe": "^14.21.0"
},
"engines": {
"node": ">=18.0.0"
}
}