X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=ed4ad677a78562cbc7065d786464ecaa4ed232f9;hb=57f9b9da323bc5b96c9c43a001853a7e1e11add7;hp=8a06464c7de5f42102a49e44715907e42ba22532;hpb=c652fc35d808cf6e03c1d4aa0e3ccaab6d5e0a9a;p=squeep-lazy-property diff --git a/package.json b/package.json index 8a06464..ed4ad67 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,12 @@ { "name": "@squeep/lazy-property", - "version": "1.0.1", + "version": "1.1.2", "description": "Defer property initialization calls until first access.", + "keywords": [ + "lazy", + "object", + "property" + ], "main": "index.js", "scripts": { "coverage": "nyc npm test", @@ -14,20 +19,23 @@ "coverage", "coverage-check" ], + "engines": { + "node": ">=14" + }, "repository": { "type": "git", "url": "https://git.squeep.com/squeep-lazy-property/" }, - "author": "Justin Wind ", + "author": "Justin Wind ", "license": "ISC", - "dependencies": { - "eslint": "^8.14.0", + "devDependencies": { + "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": "^13.0.2" + "sinon": "^14.0.0" } }