kindagoose
Version:
Integrate Typegoose with NestJS!
77 lines (76 loc) • 2.25 kB
JSON
{
"name": "kindagoose",
"version": "1.3.11",
"description": "Integrate Typegoose with NestJS!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"nest",
"nestjs",
"mongoose",
"typegoose",
"mongo",
"mongodb"
],
"repository": {
"url": "https://github.com/findingtheconcept/kindagoose",
"type": "git"
},
"homepage": "https://findingtheconcept.github.io/kindagoose",
"author": "Dmitriy Grape <grapeoff.official@gmail.com>",
"engines": {
"node": ">=12.9.0"
},
"bugs": {
"url": "https://github.com/findingtheconcept/kindagoose/issues",
"email": "grapeoff.official@gmail.com"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"build:dev": "tsc --watch",
"prepare": "yarn build"
},
"funding": [
{
"type": "individual",
"url": "https://donatty.com/grapeoff"
},
{
"type": "individual",
"url": "https://donate.stream/donate_62eaa193a0e75"
}
],
"license": "GPL-3.0-only",
"private": false,
"devDependencies": {
"@nestjs/common": "^11.1.1",
"@nestjs/core": "^11.1.1",
"@typegoose/typegoose": "^12.5.0",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-unicorn": "^53.0.0",
"mongoose": "^8.4.0",
"prettier": "^3.2.5",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@nestjs/common": "^11.1.0",
"@nestjs/core": "^11.1.0",
"@typegoose/typegoose": "^12.5.0",
"mongoose": "^8.4.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
}
}