X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4c1eb7a5e7216ad1276df631257dbf9c5d9c9d7d;hb=dfdb4c56e278b8725d5ea689ba571411ce0afd00;hp=e255cb19391a2d4836fa52ef0e12ef03e37eed43;hpb=8c4b7f684d104a7a5f4248848ec1375a865ec88d;p=benchmarks-js.git diff --git a/package.json b/package.json index e255cb1..4c1eb7a 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "version": "0.0.1", "description": "JS code pattern benchmarks", "engines": { - "node": ">=14.x", + "node": ">=16.x", "pnpm": ">=8.6.0" }, "volta": { "node": "20.5.1", - "pnpm": "8.7.0" + "pnpm": "8.7.1" }, "repository": { "type": "git", @@ -51,7 +51,11 @@ "lint:fix": "eslint . --cache --fix", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "jerome-benoit", + "author": { + "name": "Jérôme Benoit", + "email": "jerome.benoit@piment-noir.org", + "url": "https://github.com/jerome-benoit" + }, "license": "MIT", "dependencies": { "benny": "^3.7.1",