validare
Version:
Validation tool for web projects
38 lines (37 loc) • 1.03 kB
JSON
{
"name": "validare",
"version": "1.37.0",
"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",
"katex": "^0.16.11",
"mime-controller": "^1.0.6",
"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"
}
}