-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
{
"name": "ndash",
"version": "1.0.0",
"description": "PowerDNS Admin Dashboard - Modern web interface for PowerDNS management",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"powerdns",
"dns",
"dashboard",
"admin",
"express",
"github-copilot",
"ai-assisted"
],
"author": "GitHub Copilot (Grok Code Fast 1) & NDash Project",
"license": "MIT",
"homepage": "https://github.com/dionipe/ndash",
"repository": {
"type": "git",
"url": "https://github.com/dionipe/ndash.git"
},
"bugs": {
"url": "https://github.com/dionipe/ndash/issues"
},
"dependencies": {
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"native-dns": "^0.7.0",
"pm2-logrotate": "^3.0.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}