refactor of authentication and html-templates into separate modules
[websub-hub] / package.json
index 4ae8aac7de172e587b6c9c753bca5168180cfa4b..99af66e6a4210e8eec623016ae3f3ebd0d0c1a83 100644 (file)
     "coverage-check"
   ],
   "dependencies": {
-    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.2",
-    "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.0",
-    "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.1",
-    "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.1",
+    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.3",
+    "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.1.0",
+    "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.1",
+    "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.1",
+    "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.2",
     "axios": "^0.24.0",
     "feedparser": "^2.2.10",
     "htmlparser2": "^7.2.0",
     "iconv": "^3.0.1"
   },
   "optionalDependencies": {
-    "argon2": "^0.28.3",
-    "better-sqlite3": "^7.4.5",
-    "node-linux-pam": "^0.2.1",
+    "better-sqlite3": "^7.4.6",
     "pg-promise": "^10.11.1"
   },
   "devDependencies": {
@@ -52,6 +51,7 @@
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-security": "^1.4.0",
     "eslint-plugin-sonarjs": "^0.11.0",
+    "html-minifier-lint": "^2.0.0",
     "mocha": "^9.1.3",
     "mocha-steps": "^1.3.0",
     "nyc": "^15.1.0",