docs: refine author field
[benchmarks-js.git] / package.json
index a82d3db03d0cecdceedcb0a9dc8ef2997d2a78c1..4c1eb7a5e7216ad1276df631257dbf9c5d9c9d7d 100644 (file)
@@ -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": {
     "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",