-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "joi18n",
"version": "2.0.3",
"description": "hapi plugin for i18n and translation of default joi error messages",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ozum/joi18n.git"
},
"scripts": {
"test": "lab --globals Reflect,SharedArrayBuffer,Atomics,WebAssembly,globalThis",
"preversion": "npm test;",
"version": "git add -A;",
"postversion": "git push && git push --tags && npm publish;"
},
"keywords": [
"hapi",
"joi",
"i18n",
"l10n",
"translation"
],
"author": "Özüm Eldoğan",
"license": "MIT",
"dependencies": {
"hapi-locale": "^2.0.1",
"hoek": "^6.1.3"
},
"devDependencies": {
"code": "^5.2.4",
"hapi": "^18.1.0",
"joi": "^14.0.0",
"lab": "^18.0.2"
}
}