ht-web-framework/package.json
2025-04-24 15:10:31 +00:00

30 lines
675 B
JSON

{
"name": "ht-dev.de",
"version": "1.0.0",
"description": "Source for the main Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ht-dev.de/Hammer1279/ht-dev.de.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cidr-tools": "^11.0.3",
"consolidate": "^1.0.4",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-handlebars": "^8.0.1",
"jsonc-parser": "^3.3.1",
"morgan": "^1.10.0",
"mustache": "^4.2.0",
"node-cache": "^5.1.2",
"superagent": "^10.2.0"
},
"type": "module"
}