grom-utils
Version:
A lightweight utility package for simplified error handling, validation, and API responses.
60 lines (59 loc) • 1.29 kB
JSON
{
"name": "grom-utils",
"version": "1.1.3",
"description": "A lightweight utility package for simplified error handling, validation, and API responses.",
"main": "index.js",
"module": "index.js",
"type": "module",
"exports": {
".": "./index.js"
},
"scripts": {
"test": "node test/index.js"
},
"keywords": [
"grom-utils",
"express",
"nodejs",
"utility",
"error-handling",
"validation",
"api-response",
"middleware",
"rate-limiting",
"logging",
"async-handler",
"schema-validation",
"backend",
"rest-api",
"express-middleware",
"request-validation",
"error-handler",
"api-security",
"express-utils",
"json-response",
"express-error-handler",
"node-api",
"http-requests",
"express-validator",
"api-utilities",
"backend-development",
"server-side"
],
"author": "Dhruv Sharma",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dhruv-sharma007/grom-utils.git"
},
"bugs": {
"url": "https://github.com/dhruv-sharma007/grom-utils/issues"
},
"homepage": "https://github.com/dhruv-sharma007/grom-utils/blob/main/README.md",
"files": [
"index.js",
"Utility/",
"middleware/",
"LICENSE"
]
}