X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=1141fae561d990c2ca7e820f633f26ff45d8fbfe;hb=HEAD;hp=55cb9942ef2fa3a61bd38b261d0ae2e457f8cff1;hpb=d98a3c114eb33bd68477c0ca750e6f82b4d02964;p=squeep-chores diff --git a/package.json b/package.json index 55cb994..f7c28e8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@squeep/chores", - "version": "1.0.0", + "version": "1.0.2", "description": "Simple helper class for running recurring scheduled tasks.", "main": "index.js", "scripts": { "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", - "eslint": "eslint *.js lib", + "eslint": "eslint index.js lib", "test": "mocha --recursive" }, "pre-commit": [ @@ -21,15 +21,15 @@ "author": "Justin Wind ", "license": "ISC", "devDependencies": { - "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.0", - "eslint": "^8.26.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.16.0", - "mocha": "^10.1.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "sinon": "^14.0.1" + "@squeep/eslint-config": "^1", + "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.3", + "eslint": "^9", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1", + "sinon": "^17" + }, + "dependencies": { + "@squeep/log-helper": "^1" } }