36 lines
950 B
JSON
36 lines
950 B
JSON
{
|
|
"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": {
|
|
"argon2": "^0.44.0",
|
|
"connect-session-sequelize": "^8.0.6",
|
|
"cookie-parser": "^1.4.7",
|
|
"csrf-sync": "^4.2.1",
|
|
"dotenv": "^17.4.2",
|
|
"etcd3": "^1.1.2",
|
|
"express": "^5.2.1",
|
|
"express-handlebars": "^9.0.1",
|
|
"express-session": "^1.19.0",
|
|
"helmet": "^8.1.0",
|
|
"joi": "^18.2.1",
|
|
"nodemon": "^3.1.14",
|
|
"sequelize": "^6.37.8",
|
|
"sqlite3": "^6.0.1"
|
|
}
|
|
}
|