X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=blobdiff_plain;f=package.json;h=ae76e717f8f3de8ce1b9e8defeb94582ba9f9c5e;hp=4fc96810cb8c1702cd31c84177c5618b761e9fc8;hb=HEAD;hpb=e3c393609f1b2380cb5c2c6f3910fc69186420d2 diff --git a/package.json b/package.json index 4fc9681..deecb74 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "name": "@squeep/html-template-helper", - "version": "1.5.1", + "version": "1.6.1", "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.", "main": "index.js", + "files": [ + "lib/**", + "test/lint-html.js" + ], "scripts": { + "audit": "npm audit", "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", - "eslint": "eslint index.js lib", + "eslint": "eslint index.js lib test/lint-html.js", "test": "mocha --recursive" }, "repository": { @@ -17,26 +22,25 @@ "HTML" ], "engines": { - "node": ">=14" + "node": ">=14.13.1" }, "author": "Justin Wind ", "license": "ISC", "pre-commit": [ + "audit", "eslint", "coverage", "coverage-check" ], "devDependencies": { - "eslint": "^8.57.0", - "eslint-plugin-n": "^16.6.2", - "eslint-plugin-security": "^2.1.1", - "eslint-plugin-sonarjs": "^0.24.0", - "html-validate": "^8.13.0", - "mocha": "^10.3.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2" + "@squeep/eslint-config": "^1", + "eslint": "^9", + "html-validate": "^8", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1" }, "dependencies": { - "@squeep/lazy-property": "^1.1.2" + "@squeep/lazy-property": "^1" } }