X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4c1eb7a5e7216ad1276df631257dbf9c5d9c9d7d;hb=dfdb4c56e278b8725d5ea689ba571411ce0afd00;hp=a82d3db03d0cecdceedcb0a9dc8ef2997d2a78c1;hpb=7f7f8aa641bb9d7b3e0a8700dcd816a2bcda5d9b;p=benchmarks-js.git diff --git a/package.json b/package.json index a82d3db..4c1eb7a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "description": "JS code pattern benchmarks", "engines": { - "node": ">=14.x", + "node": ">=16.x", "pnpm": ">=8.6.0" }, "volta": { @@ -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",