Files

36 lines
950 B
JSON
Raw Permalink Normal View History

2026-05-12 19:29:45 -04:00
{
"name": "netdomainmanager",
"version": "1.0.0",
"description": "Registers and configures domains behind CoreDNS",
"repository": {
"type": "git",
"url": "https://git.modnark.xyz/Modnark/NetDomainManager.git"
},
"license": "MIT",
"author": "Modnark",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=devel nodemon index.js",
"prod": "NODE_ENV=prod node index.js",
"wdev": "set NODE_ENV=devel&& nodemon index.js",
"wprod": "set NODE_ENV=prod&& nodemon index.js"
},
"dependencies": {
2026-05-13 19:27:59 -04:00
"argon2": "^0.44.0",
2026-05-12 19:29:45 -04:00
"connect-session-sequelize": "^8.0.6",
"cookie-parser": "^1.4.7",
2026-05-13 19:27:59 -04:00
"csrf-sync": "^4.2.1",
2026-05-12 19:29:45 -04:00
"dotenv": "^17.4.2",
2026-05-14 14:20:51 -04:00
"etcd3": "^1.1.2",
2026-05-12 19:29:45 -04:00
"express": "^5.2.1",
"express-handlebars": "^9.0.1",
"express-session": "^1.19.0",
"helmet": "^8.1.0",
2026-05-13 19:27:59 -04:00
"joi": "^18.2.1",
2026-05-12 19:29:45 -04:00
"nodemon": "^3.1.14",
"sequelize": "^6.37.8",
"sqlite3": "^6.0.1"
}
}