UNPKG

crud-api-express

Version:

![npm](https://img.shields.io/npm/v/crud-api-express) ![downloads](https://img.shields.io/npm/dm/crud-api-express) ![license](https://img.shields.io/npm/l/crud-api-express) ![made-with-node](https://img.shields.io/badge/Made%20with-Node.js-green) ![ma

48 lines (47 loc) 969 B
{ "name": "crud-api-express", "version": "1.2.6", "type": "module", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "scripts": { "build": "npx rollup -c" }, "keywords": [ "crud", "api", "express", "mongoose", "typescript", "rest-api", "nodejs", "rest", "restfulapi", "crud", "crud-generator", "httprequest", "backend", "bakend-api", "crud-api-express" ], "author": "", "license": "ISC", "dependencies": { "express": "^4.19.2", "mongoose": "^8.4.3", "rollup": "^4.12.0", "typescript": "^5.4.5" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.3", "@rollup/plugin-typescript": "^11.1.6", "@types/express": "^4.17.21", "@types/mongoose": "^5.11.97", "tslib": "^2.6.2" } }