forked from PalisadoesFoundation/talawa-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.46 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 4.46 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
{
"author": "Palisadoes Foundation",
"bugs": {
"url": "https://github.com/PalisadoesFoundation/talawa-api/issues"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.848.0",
"@fastify/cors": "^11.1.0",
"@fastify/helmet": "^13.0.2",
"@fastify/jwt": "^10.0.0",
"@fastify/rate-limit": "^10.3.0",
"@fastify/redis": "^7.0.2",
"@fastify/type-provider-typebox": "^5.1.0",
"@node-rs/argon2": "^2.0.2",
"@pothos/core": "^4.5.0",
"@pothos/plugin-complexity": "^4.1.2",
"@pothos/plugin-relay": "^4.3.0",
"@sinclair/typebox": "^0.34.41",
"ajv-formats": "^3.0.1",
"close-with-grace": "^2.3.0",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.1",
"drizzle-zod": "0.7.1",
"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",
"mercurius": "^16.2.0",
"mercurius-upload": "^8.0.0",
"minio": "^8.0.5",
"node-cron": "^3.0.3",
"postgres": "^3.4.7",
"ulidx": "^2.4.1",
"uuidv7": "^1.0.2",
"yauzl": "^3.2.0",
"zod": "^3.24.2"
},
"description": "talawa-api is a backend repository written using Node.js and graphql for generating APIs for the talawa flutter app.",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@faker-js/faker": "^9.4.0",
"@swc/cli": "0.6.0",
"@swc/core": "^1.14.0",
"@types/node": "^22.13.17",
"@types/node-cron": "^3.0.11",
"@types/yauzl": "^2.10.3",
"@vitest/coverage-v8": "^3.1.1",
"drizzle-kit": "^0.31.4",
"drizzle-seed": "^0.3.1",
"gql.tada": "^1.8.12",
"knip": "^5.67.0",
"lefthook": "^1.13.6",
"mercurius-integration-testing": "^9.0.1",
"pino-pretty": "^13.0.0",
"tsx": "^4.20.3",
"typedoc": "^0.28.13",
"typedoc-plugin-markdown": "^4.7.0",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
},
"engines": {
"node": "23.7.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.2.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 --fail-on-warn",
"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",
"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 --fail-on-warn",
"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",
"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"
},
"type": "module",
"version": "1.0.0"
}