-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 778 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 778 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
{
"name": "typejoi",
"keywords": [
"joi",
"nestjs",
"typescript",
"class-validator",
"decorator"
],
"version": "1.4.1",
"description": "joi for typescript",
"main": "dist/index.js",
"prepublish": "tsc",
"repository": "https://github.com/ehsan2003/typejoi.git",
"author": "ehsan2003.2003.382@gmail.com",
"license": "MIT",
"private": false,
"dependencies": {
"reflect-metadata": "^0.1.13"
},
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"jest": "^26.6.3",
"joi": "latest",
"lodash": "^4.17.21",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}