-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.31 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.31 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
{
"name": "@purrfect-sitter/source",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"test:fga": "fga model test --tests store.fga.yml",
"clean:build": "rm -r **/dist **/out-tsc"
},
"private": true,
"dependencies": {
"@fastify/autoload": "6.3.0",
"@fastify/cookie": "11.0.2",
"@fastify/otel": "0.8.0",
"@fastify/sensible": "6.0.2",
"@fastify/swagger": "9.5.1",
"@fastify/swagger-ui": "5.2.2",
"@fastify/type-provider-typebox": "5.1.0",
"@openfga/sdk": "^0.8.0",
"@openfga/syntax-transformer": "^0.2.0-beta.22",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.57.1",
"@opentelemetry/exporter-metrics-otlp-http": "^0.200.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
"@opentelemetry/sdk-node": "^0.200.0",
"@ory/kratos-client": "^1.3.8",
"@sinclair/typebox": "^0.34.33",
"axios": "^1.9.0",
"drizzle-orm": "^0.43.1",
"fastify": "5.3.3",
"fastify-plugin": "5.0.1",
"pg": "^8.14.1",
"pino-pretty": "^13.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nx-tools/nx-container": "^6.7.1",
"@nx/conformance": "^2.1.0",
"@nx/devkit": "21.1.2",
"@nx/esbuild": "21.1.2",
"@nx/eslint": "21.1.2",
"@nx/eslint-plugin": "21.1.2",
"@nx/jest": "21.1.2",
"@nx/js": "21.1.2",
"@nx/node": "21.1.2",
"@nx/workspace": "21.1.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "22.14.1",
"@types/pg": "^8.11.12",
"drizzle-kit": "^0.31.1",
"esbuild": "^0.25.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsonc-eslint-parser": "^2.1.0",
"mcp-node": "^1.2.2",
"nx": "21.1.2",
"nx-mcp": "^0.0.8",
"pg-mem": "^3.0.5",
"prettier": "^2.6.2",
"ts-node": "10.9.1",
"tslib": "^2.8.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0"
},
"workspaces": [
"apps/*",
"libs/*",
"libs/cats/*",
"libs/cat-sittings/*",
"libs/reviews/*",
"libs/users/*",
"libs/auth/*",
"libs/infra/*"
],
"packageManager": "npm@11.2.0"
}