-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 5.91 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 5.91 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"author": "Palisadoes Foundation",
"bugs": {
"url": "https://github.com/PalisadoesFoundation/talawa-api/issues"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.848.0",
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^11.1.0",
"@fastify/helmet": "^13.0.2",
"@fastify/jwt": "^10.0.0",
"@fastify/otel": "^0.16.0",
"@fastify/redis": "^7.0.2",
"@fastify/type-provider-typebox": "^6.1.0",
"@node-rs/argon2": "^2.0.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^2.2.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.208.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.208.0",
"@opentelemetry/instrumentation-fastify": "^0.55.0",
"@opentelemetry/instrumentation-http": "^0.211.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-metrics": "^2.5.0",
"@opentelemetry/sdk-node": "^0.208.0",
"@opentelemetry/sdk-trace-base": "^2.2.0",
"@pothos/core": "^4.5.0",
"@pothos/plugin-complexity": "^4.1.2",
"@pothos/plugin-relay": "^4.3.0",
"ajv-formats": "^3.0.1",
"axios": "^1.13.5",
"close-with-grace": "^2.3.0",
"dataloader": "^2.2.3",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.1",
"drizzle-zod": "^0.8.3",
"env-schema": "^7.0.0",
"fastify": "^5.4.0",
"fastify-plugin": "^5.0.1",
"graphql": "^16.10.0",
"graphql-scalars": "^1.24.2",
"graphql-tag": "^2.12.6",
"graphql-upload-minimal": "^1.6.1",
"inquirer": "^12.9.0",
"jose": "^5.9.6",
"mercurius": "^16.2.0",
"mercurius-upload": "^8.0.0",
"minio": "^8.0.5",
"node-cron": "^3.0.3",
"nodemailer": "^7.0.11",
"pino": "^9.14.0",
"postgres": "^3.4.7",
"typebox": "^1.0.0",
"ulidx": "^2.4.1",
"uuidv7": "^1.0.2",
"yauzl": "^3.2.0",
"zod": "^4.3.4"
},
"description": "talawa-api is a backend repository written using Node.js and graphql for generating APIs for the talawa flutter app.",
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@faker-js/faker": "^10.1.0",
"@microsoft/tsdoc": "^0.16.0",
"@swc/cli": "0.7.9",
"@swc/core": "^1.15.3",
"@types/node": "^22.13.17",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.14",
"@types/yauzl": "^2.10.3",
"@vitest/coverage-v8": "^3.1.1",
"drizzle-kit": "^0.31.4",
"drizzle-seed": "^0.3.1",
"glob": "^13.0.0",
"gql.tada": "^1.8.12",
"knip": "^5.67.0",
"lefthook": "^2.0.4",
"mercurius-integration-testing": "^9.0.1",
"nyc": "^17.1.0",
"pino-pretty": "^13.0.0",
"tsx": "^4.20.3",
"typedoc": "^0.28.15",
"typedoc-plugin-markdown": "^4.7.0",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
},
"engines": {
"node": "24.12.0"
},
"homepage": "https://github.com/PalisadoesFoundation/talawa-api#readme",
"keywords": [
"chats",
"community",
"events",
"organization"
],
"license": "GNU General Public License v3.0",
"main": "./dist/index.js",
"name": "talawa-api",
"packageManager": "pnpm@10.26.1",
"repository": {
"type": "git",
"url": "https://github.com/PalisadoesFoundation/talawa-api"
},
"scripts": {
"apply_drizzle_migrations": "drizzle-kit migrate",
"apply_drizzle_test_migrations": "drizzle-kit migrate --config=./test/drizzle.config.ts",
"build_production": "swc ./src/ --ignore \"**/*.spec.ts,**/*.test.ts\" --out-dir ./dist/ --strip-leading-paths",
"format:check": "biome check --error-on-warnings",
"check_drizzle_migrations": "drizzle-kit check",
"check_gql_tada": "gql.tada doctor && gql.tada check",
"check_mock_isolation": "tsx scripts/verify_mock_isolation.ts",
"typecheck": "tsc",
"disable_git_hooks": "lefthook uninstall",
"drop_drizzle_migrations": "drizzle-kit drop",
"enable_git_hooks": "lefthook install",
"format:fix": "biome check --error-on-warnings --write",
"lint:sanitization": "tsx scripts/check_sanitization.ts",
"lint:tsdoc": "tsx scripts/check_tsdoc.ts",
"validate:error-handling": "tsx scripts/validate_error_handling.ts",
"validate:error-handling:fix": "tsx scripts/validate_error_handling.ts --fix",
"postgenerate-docs": "find docs/docs/auto-docs -name 'README.md' -delete && node scripts/docs/fix-repo-url.js && node scripts/docs/fix-readme-links.js && node scripts/docs/fix-mdx-generics.js",
"generate-docs": "typedoc && pnpm run postgenerate-docs",
"generate_drizzle_migrations": "drizzle-kit generate",
"generate_graphql_sdl_file": "tsx ./scripts/generateGraphQLSDLFile.ts",
"generate_gql_tada": "gql.tada generate-output && gql.tada turbo",
"reset:data": "tsx ./scripts/dbManagement/resetData.ts",
"add:sample_data": "tsx ./scripts/dbManagement/addSampleData.ts",
"push_drizzle_schema": "drizzle-kit push",
"push_drizzle_test_schema": "drizzle-kit push --config=./test/drizzle.config.ts",
"run_tests": "vitest --coverage --minWorkers=1 --maxWorkers=1",
"check_tests": "vitest run",
"test:install": "bash tests/install/run-all.sh",
"test:install:no-leaks": "bash tests/install/check-no-leaks.sh",
"test:shard": "node scripts/run-shard.js",
"test:shard:coverage": "node scripts/run-shard.js --coverage",
"start_development_server": "tsx watch ./src/index.ts",
"start_development_server_with_debugger": "tsx watch --inspect=${API_DEBUGGER_HOST:-127.0.0.1}:${API_DEBUGGER_PORT:-9230} ./src/index.ts",
"start_production_server": "pnpm build_production && node ./dist/index.js",
"start_production_server_with_debugger": "pnpm build_production && node --inspect=${API_DEBUGGER_HOST:-127.0.0.1}:${API_DEBUGGER_PORT:-9230} ./dist/index.js",
"setup": "tsx setup.ts",
"upgrade_drizzle_metadata": "drizzle-kit up"
},
"gql_tada_todo": "TODO: Restore --fail-on-warn in check_gql_tada and generate_gql_tada after GraphQL signIn/signUp migration. Tracking: https://github.com/PalisadoesFoundation/talawa-api/issues/4129",
"type": "module",
"version": "1.0.0"
}