-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 884 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
36
37
38
39
40
41
42
43
44
45
{
"name": "@neushimmer/joi",
"version": "0.0.7beta9",
"main": "package/index.js",
"license": "MIT",
"typings": "src/index.ts",
"description": "A Typescript Pulgin of @hapi/joi",
"repository": "https://github.com/NeuShimmer/joi",
"keywords": [
"joi",
"typescript",
"type",
"check"
],
"contributors": [
{
"name": "Shimmer NetWork Studio",
"email": "shimmer@neusoft.edu.cn"
},
{
"name": "纷羽",
"email": "gzj0078@icloud.com"
},
{
"name": "tangtsz",
"email": "1967629423@qq.com"
}
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@hapi/joi": "16",
"@types/hapi__joi": "16",
"json-beautify": "^1.1.1",
"yargs": "^15.4.1"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@types/yargs": "^15.0.5"
},
"bin": {
"neu-joi": "bin/index"
}
}