add initContext helper to set fields we expect to be present
[squeep-html-template-helper] / package.json
index 510df61b5ec19540ef7653b7728ab11673cae92e..29a65b4deac44bab92e6fe01ccb0c1aa0baff5bc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/html-template-helper",
-  "version": "1.0.4",
+  "version": "1.3.0",
   "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.",
   "main": "index.js",
   "scripts": {
@@ -17,7 +17,7 @@
     "HTML"
   ],
   "engines": {
-    "node": ">=12.9"
+    "node": ">=14"
   },
   "author": "Justin Wind <jwind-npm@squeep.com>",
   "license": "ISC",
     "coverage-check"
   ],
   "devDependencies": {
-    "eslint": "^8.11.0",
+    "eslint": "^8.23.0",
     "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-security": "^1.4.0",
-    "eslint-plugin-sonarjs": "^0.12.0",
+    "eslint-plugin-security": "^1.5.0",
+    "eslint-plugin-sonarjs": "^0.15.0",
     "html-minifier-lint": "^2.0.0",
-    "mocha": "^9.2.2",
+    "mocha": "^10.0.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2"
+  },
+  "dependencies": {
+    "@squeep/lazy-property": "^1.1.2"
   }
 }