forked from wundergraph/cosmo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.45 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.45 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
{
"name": "controlplane",
"version": "0.208.0",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
"main": "dist/index.js",
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"dev:debug": "tsx watch --inspect-brk src/index.ts",
"build": "rm -rf dist && tsc",
"seed": "API_KEY=cosmo_669b576aaadc10ee1ae81d9193425705 tsx src/bin/seed.ts",
"delete-user": "tsx src/bin/delete-user.ts",
"deactivate-org": "tsx src/bin/deactivate-org.ts",
"reactivate-org": "tsx src/bin/reactivate-org.ts",
"seed:billing": "tsx src/bin/seed-billing.ts",
"db:generate": "drizzle-kit generate --config=drizzle.config.ts",
"db:custom": "drizzle-kit generate --custom --config=drizzle.config.ts",
"db:check": "drizzle-kit check --config=drizzle.config.ts",
"db:drop": "drizzle-kit drop --config=drizzle.config.ts",
"start": "NODE_ENV=production node dist/index.js",
"test": "tsc -p tsconfig.test.json && vitest run --reporter=default --reporter=hanging-process",
"test:coverage": "tsc -p tsconfig.test.json && vitest run --reporter=default --reporter=hanging-process --coverage",
"lint": "eslint --cache --ext .ts,.mjs,.cjs . && prettier -c src",
"lint:fix": "eslint --cache --fix --ext .ts,.mjs,.cjs . && pnpm format",
"format": "prettier -w .",
"migrate": "pnpm db:migrate && pnpm ch:migrate",
"drizzle:up": "drizzle-kit up",
"ch:down": "dbmate -d \"./clickhouse/migrations\" down",
"db:migrate": "tsx src/bin/db-migrate.ts",
"ch:migrate": "tsx src/bin/ch-migrate.ts",
"ch:new-migration": "dbmate -d \"./clickhouse/migrations\" new",
"postversion": "name=$(jq -r .name package.json); version=$(jq -r .version package.json); gh workflow run image-release.yml -F name=$name -F workingDirectory=controlplane -F tag=$version -F dockerContext=."
},
"keywords": [
"controlplane",
"wundergraph",
"cosmo"
],
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.996.0",
"@bufbuild/buf": "^1.32.2",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-fastify": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0",
"@fastify/cors": "^9.0.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@graphql-inspector/core": "^6.2.1",
"@graphql-tools/utils": "^11.0.0",
"@keycloak/keycloak-admin-client": "26.5.4",
"@octokit/webhooks-types": "^7.6.1",
"@sentry/node": "^10.27.0",
"@sentry/node-native": "^10.19.0",
"@sentry/profiling-node": "^10.19.0",
"@tiptap/core": "^2.1.13",
"@wundergraph/composition": "workspace:*",
"@wundergraph/cosmo-connect": "workspace:*",
"@wundergraph/cosmo-shared": "workspace:*",
"@wundergraph/protographic": "workspace:*",
"axios": "^1.15.0",
"axios-retry": "^4.5.0",
"bullmq": "^5.10.0",
"cookie": "^1.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.35.3",
"ejs": "^3.1.10",
"eslint": "^8.57.1",
"execa": "^9.5.2",
"fastify": "^5.8.5",
"fastify-graceful-shutdown": "^4.0.1",
"fastify-plugin": "^4.5.1",
"fastify-raw-body": "^4.3.0",
"graphql": "^16.9.0",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.33.0",
"jose": "^5.2.4",
"lodash": "^4.18.1",
"nodemailer": "^8.0.5",
"nuid": "^1.1.6",
"octokit": "^4.1.3",
"openai": "^4.104.0",
"p-limit": "^6.1.0",
"p-retry": "^6.2.0",
"pino": "^8.19.0",
"postgres": "^3.4.5",
"prom-client": "^15.1.3",
"rxjs": "^7.8.1",
"stream-json": "^1.8.0",
"stripe": "^14.19.0",
"tiny-lru": "^11.2.11",
"tinypool": "^2.1.0",
"uid": "^2.0.2",
"uuid": "^10.0.0",
"zod": "^3.25.0",
"zod-to-json-schema": "^3.22.4"
},
"devDependencies": {
"@bufbuild/protobuf": "^1.9.0",
"@bufbuild/protoc-gen-es": "^1.9.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@types/cookie": "^1.0.0",
"@types/ejs": "^3.1.5",
"@types/eslint": "^9.6.1",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.21",
"@types/nodemailer": "^7.0.3",
"@types/stream-json": "^1.7.7",
"@types/uuid": "^9.0.8",
"@vitest/coverage-v8": "3.2.4",
"del-cli": "^5.1.0",
"drizzle-kit": "^0.26.2",
"eslint-config-unjs": "^0.2.1",
"eslint-plugin-require-extensions": "^0.1.3",
"msw": "^2.2.11",
"pino-pretty": "^10.3.1",
"tsx": "^4.16.0",
"typescript": "5.5.2",
"vitest": "^3.2.4"
}
}