{ "name": "web", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/terminaldweller/web.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/terminaldweller/web/issues" }, "homepage": "https://github.com/terminaldweller/web#readme", "dependencies": { "ejs": "^3.1.10", "express": "^4.21.2", "express-sitemap": "^1.8.0", "express-sitemap-xml": "^3.1.0", "helmet": "^8.1.0", "jsdom": "^26.0.0", "katex": "^0.16.21", "markdown-it": "^14.1.0", "markdown-it-highlightjs": "^4.2.0", "markdown-it-multimd-table": "^4.2.3", "markdown-it-texmath": "^1.0.0", "mongoose": "^8.12.1", "morgan": "^1.10.0", "pug": "^3.0.3", "spdy": "^4.0.2" }, "devDependencies": { "eslint": "^9.22.0" } }