kindagoose

Форк
0
/
package.json 
77 строк · 2.3 Кб
1
{
2
    "name": "kindagoose",
3
    "version": "1.3.8",
4
    "description": "Integrate Typegoose with NestJS!",
5
    "main": "dist/index.js",
6
    "types": "dist/index.d.ts",
7
    "keywords": [
8
        "nest",
9
        "nestjs",
10
        "mongoose",
11
        "typegoose",
12
        "mongo",
13
        "mongodb"
14
    ],
15
    "repository": {
16
        "url": "https://github.com/GrapeoffJS/kindagoose",
17
        "type": "git"
18
    },
19
    "homepage": "https://grapeoffjs.github.io/kindagoose/",
20
    "author": "Dmitriy Grape <grapeoff.official@gmail.com>",
21
    "engines": {
22
        "node": ">=12.9.0"
23
    },
24
    "bugs": {
25
        "url": "https://github.com/GrapeoffJS/kindagoose/issues",
26
        "email": "grapeoff.official@gmail.com"
27
    },
28
    "readme": "https://github.com/GrapeoffJS/kindagoose#README.md",
29
    "scripts": {
30
        "build": "rimraf dist && tsc -p tsconfig.json",
31
        "build:dev": "tsc --watch -p tsconfig.json",
32
        "prepare": "yarn build"
33
    },
34
    "funding": [
35
        {
36
            "type": "individual",
37
            "url": "https://donatty.com/grapeoff"
38
        },
39
        {
40
            "type": "individual",
41
            "url": "https://donate.stream/donate_62eaa193a0e75"
42
        }
43
    ],
44
    "license": "GPL-3.0-only",
45
    "private": false,
46
    "devDependencies": {
47
        "@nestjs/common": "^10.2.10",
48
        "@nestjs/core": "^10.2.10",
49
        "@typegoose/typegoose": "^11.7.1",
50
        "@types/mongoose": "^5.11.97",
51
        "@types/node": "^20.9.3",
52
        "@typescript-eslint/eslint-plugin": "^6.12.0",
53
        "@typescript-eslint/parser": "^6.12.0",
54
        "eslint": "^8.54.0",
55
        "eslint-config-prettier": "^9.0.0",
56
        "eslint-plugin-import": "^2.29.0",
57
        "eslint-plugin-prettier": "^5.0.1",
58
        "eslint-plugin-security": "^1.7.1",
59
        "eslint-plugin-simple-import-sort": "^10.0.0",
60
        "eslint-plugin-sonarjs": "^0.23.0",
61
        "eslint-plugin-unicorn": "^49.0.0",
62
        "mongoose": "^8.0.1",
63
        "prettier": "^3.1.0",
64
        "reflect-metadata": "^0.1.13",
65
        "rimraf": "^5.0.5",
66
        "rxjs": "^7.8.1",
67
        "typescript": "^5.3.2"
68
    },
69
    "peerDependencies": {
70
        "@nestjs/common": "^10.2.10",
71
        "@nestjs/core": "^10.2.10",
72
        "@typegoose/typegoose": "^11.7.1",
73
        "mongoose": "^8.0.1",
74
        "reflect-metadata": "^0.1.13",
75
        "rxjs": "^7.5.6 || <9.0.0"
76
    }
77
}
78

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.