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