X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=blobdiff_plain;f=package.json;h=ae76e717f8f3de8ce1b9e8defeb94582ba9f9c5e;hp=29a65b4deac44bab92e6fe01ccb0c1aa0baff5bc;hb=HEAD;hpb=04484918ab107b834e16ba6918eaa3da80c6b29f diff --git a/package.json b/package.json index 29a65b4..deecb74 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "name": "@squeep/html-template-helper", - "version": "1.3.0", + "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 *.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.23.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.15.0", - "html-minifier-lint": "^2.0.0", - "mocha": "^10.0.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" } }