-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 KB
/
package.json
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
{
"name": "validare",
"version": " 1.23.2",
"description": "Validation tool for web projects",
"main": "./build/index.js",
"scripts": {
"tsc": "tsc ./test.ts --outDir ./build -w",
"nodemon": "nodemon ./build/test.js"
},
"author": "emirhan@scihook.org",
"license": "MIT",
"dependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.9",
"express": "^4.19.2",
"mime-controller": "^1.0.6",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"response-schema": "^1.0.3",
"scihook-schema-loader": "^1.0.0",
"syncforeachloop": "^1.1.0",
"typescript": "^5.1.6"
},
"keywords": [
"express-validator",
"validator",
"value-validator",
"valid",
"value-controller",
"scihook"
],
"devDependencies": {
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}