express-controller-sets
Version:
The npm package "express-controller-sets" accelerates backend development by providing ready-made APIs for common operations: get all, get by ID, create, update, and delete. Boost your API creation process effortlessly.
27 lines • 830 B
JSON
{
"name": "express-controller-sets",
"version": "1.7.1",
"description": "The npm package \"express-controller-sets\" accelerates backend development by providing ready-made APIs for common operations: get all, get by ID, create, update, and delete. Boost your API creation process effortlessly.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "Sabbir",
"license": "MIT",
"dependencies": {
"mongoose": "^7.2.1",
"multer": "^1.4.5-lts.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sabbir-mahmud/controllerSets.git"
},
"homepage": "https://github.com/sabbir-mahmud/controllerSets#readme",
"keywords": [
"express-controllers",
"controllers",
"auto-api",
"pre-made-api"
]
}