ncrudify
Version:
Configurable CRUD module for NestJS and Mongoose.
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "ncrudify",
"version": "1.2.6",
"description": "Configurable CRUD module for NestJS and Mongoose.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mitinoh/crudify.git"
},
"author": "Mite",
"license": "MIT",
"homepage": "https://github.com/mitinoh/crudify",
"keywords": [
"nestjs",
"crud",
"mongoose",
"nestjs-crud",
"api-generator",
"backend-tools",
"typescript"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"test": "jest"
},
"dependencies": {
"@nestjs/common": "^11.0.6",
"errsole": "^2.12.0",
"errsole-mongodb": "^2.2.0"
},
"peerDependencies": {
"@nestjs/core": "^11.0.6"
},
"devDependencies": {
"@nestjs/mongoose": "^11.0.1",
"@nestjs/swagger": "^11.0.3",
"@types/mongoose": "^5.11.96",
"@types/swagger-ui-express": "^4.1.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"mongoose": "^8.9.5"
}
}