X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=ff5188a24685592f910cdcb12fbb9a7d3907ce04;hb=refs%2Fheads%2Fmaster;hp=0316b9a74f89c9b6e43953ad3e0f02e2359fe98d;hpb=2e80421bd8622fdcf3f517a1ae95038dad6ad75a;p=squeep-lazy-property diff --git a/package.json b/package.json index 0316b9a..ff5188a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/lazy-property", - "version": "1.1.0", + "version": "1.1.3", "description": "Defer property initialization calls until first access.", "keywords": [ "lazy", @@ -8,13 +8,16 @@ "property" ], "main": "index.js", + "files": [], "scripts": { + "audit": "npm audit", "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint *.js", "test": "mocha --recursive" }, "pre-commit": [ + "audit", "eslint", "coverage", "coverage-check" @@ -26,16 +29,14 @@ "type": "git", "url": "https://git.squeep.com/squeep-lazy-property/" }, - "author": "Justin Wind ", + "author": "Justin Wind ", "license": "ISC", - "dependencies": { - "eslint": "^8.18.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "devDependencies": { + "@squeep/eslint-config": "^1", + "eslint": "^9", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1", + "sinon": "^17" } }