We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9230e commit 05599acCopy full SHA for 05599ac
package.json
@@ -2,7 +2,13 @@
2
"name": "joi",
3
"description": "Object schema validation",
4
"version": "17.13.3",
5
- "repository": "git://github.com/hapijs/joi",
+ "repository": {
6
+ "url": "git://github.com/hapijs/joi",
7
+ "type": "git"
8
+ },
9
+ "engines": {
10
+ "node": ">= 20"
11
12
"main": "lib/index.js",
13
"types": "lib/index.d.ts",
14
"browser": "dist/joi-browser.min.js",
0 commit comments