X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=60cfb5949e6bf502dadfae844cfd5bea89cb6cfd;hb=HEAD;hp=30cb4b149833b080510e87384af81b3f4873366a;hpb=5ea2ffe571a74618eef073c58c5fef06e1cf06a7;p=squeep-authentication-module diff --git a/package.json b/package.json index 30cb4b1..ce80571 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint index.js lib", + "eslint:test": "eslint test", "test": "mocha --recursive" }, "files": [ @@ -53,6 +54,6 @@ "mocha": "^10", "nyc": "^15", "pre-commit": "^1", - "sinon": "^17" + "sinon": "^18" } }