generated from SocketSomeone/nestjs-open-source-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.62 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "necordjs-toolkit",
"description": "🤖 Source code of Toolkit bot",
"version": "1.6.2",
"scripts": {
"build": "nest build",
"prepare": "husky",
"format": "prettier --write \"{src,apps,libs,test}/**/*.ts\"",
"lint": "eslint --ignore-pattern .gitignore \"{src,apps,libs,test}/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"publish": "release-it",
"publish:git": "release-it",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:ci": "jest --ci --passWithNoTests --coverage"
},
"lint-staged": {
"*.ts": "npm run format"
},
"directories": {
"lib": "src",
"test": "test"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/necord"
},
"keywords": [
"toolkit",
"nestjs",
"necord"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/necordjs/toolkit"
},
"bugs": {
"url": "https://github.com/necordjs/toolkit"
},
"author": "Alexey Filippov <socket.someone@gmail.com>",
"contributors": [
"Alexey Filippov <socket.someone@gmail.com>"
],
"dependencies": {
"@necord/pagination": "2.2.0",
"@nestjs/axios": "4.0.1",
"@nestjs/common": "11.1.16",
"@nestjs/config": "4.0.3",
"@nestjs/core": "11.1.16",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "0.71.0",
"@opentelemetry/exporter-prometheus": "0.213.0",
"@opentelemetry/instrumentation-nestjs-core": "^0.59.0",
"@opentelemetry/instrumentation-runtime-node": "^0.26.0",
"@opentelemetry/sdk-node": "0.213.0",
"@sentry/cli": "^3.3.0",
"@sentry/nestjs": "^10.42.0",
"@sentry/opentelemetry": "^10.42.0",
"@sentry/profiling-node": "^10.42.0",
"axios": "1.13.6",
"discord.js": "14.25.1",
"discordjs-docs-parser": "1.3.3",
"kleur": "4.1.5",
"necord": "6.12.4",
"nestjs-otel": "^8.0.2"
},
"devDependencies": {
"@commitlint/cli": "20.4.3",
"@commitlint/config-angular": "20.4.3",
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^10.0.1",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.16",
"@release-it/conventional-changelog": "^10.0.5",
"@types/jest": "30.0.0",
"@types/node": "25.3.5",
"eslint": "^10.0.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "5.5.5",
"globals": "^17.4.0",
"husky": "9.1.7",
"jest": "30.2.0",
"lint-staged": "16.3.2",
"prettier": "3.8.1",
"reflect-metadata": "0.2.2",
"release-it": "^19.2.4",
"rimraf": "6.1.3",
"rxjs": "7.8.2",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.56.1"
}
}