X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=4413c0c14b1db09b7d53249540b02eda30b13d67;hb=7cca5d74509582613b2007d5d75d727a1e3b2f92;hp=378ae877a942216c27e6690b96a7bb1a357ee66b;hpb=849fa4021f8beed57c766225f0085cdf97231681;p=squeep-log-helper diff --git a/package.json b/package.json index 378ae87..4413c0c 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "Simple helpers for standardized logging", "main": "index.js", "engines": { - "node": ">=14" - }, - "directories": { - "lib": "lib", - "test": "test" + "node": ">=14.13.1" }, + "files": [ + "lib/*.js" + ], "scripts": { + "audit": "npm audit", "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint index.js lib test", @@ -20,19 +20,17 @@ "author": "Justin Wind ", "license": "ISC", "pre-commit": [ + "audit", "eslint", "coverage", "coverage-check" ], "devDependencies": { - "eslint": "^8.57.0", - "eslint-plugin-jsdoc": "^48.2.3", - "eslint-plugin-n": "^17.2.0", - "eslint-plugin-security": "^2.1.1", - "eslint-plugin-sonarjs": "^0.25.1", - "mocha": "^10.4.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "sinon": "^17.0.1" + "@squeep/eslint-config": "^1", + "eslint": "^9", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1", + "sinon": "^17" } }