X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=0bb03b619a11f78b5b9e248ff29e0947de050f84;hb=HEAD;hp=c00c560dad8dc0e292166557b1c652a4e41e3011;hpb=6a9f46756e1eec12c0d508205e2420bf92ae4d50;p=squeep-totp diff --git a/package.json b/package.json index c00c560..06c35aa 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "@squeep/totp", - "version": "1.1.1", + "version": "1.1.5", "description": "A minimal TOTP/HOTP helper.", "main": "index.js", "scripts": { + "audit": "npm audit", "coverage": "nyc npm test", + "coverage-check": "nyc check-coverage", "eslint": "eslint index.js lib", "test": "mocha --recursive" }, @@ -21,20 +23,23 @@ "node": ">14" }, "pre-commit": [ + "audit", "eslint", - "coverage" + "coverage", + "coverage-check" + ], + "files": [ + "lib/**" ], "author": "Justin Wind ", "license": "ISC", "devDependencies": { - "eslint": "^8.57.0", - "eslint-plugin-n": "^16.6.2", - "eslint-plugin-security": "^2.1.1", - "eslint-plugin-sonarjs": "^0.24.0", - "mocha": "^10.3.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" }, "dependencies": { "base32.js": "^0.1.0",