-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.55 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.55 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
{
"name": "@eventail/eventail-api",
"description": "Eventail API",
"private": true,
"type": "module",
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@types/html-to-text": "^9.0.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.7.2",
"@types/nodemailer": "^7.0.2",
"@types/pg": "^8.15.5",
"lefthook": "^1.13.6",
"sql-formatter": "^15.6.10",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"utility-types": "^3.11.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.908.0",
"@aws-sdk/s3-presigned-post": "^3.908.0",
"@jmespath-community/jmespath": "^1.3.0",
"@jsonapi-serde/integration-taxum": "^1.2.1",
"@jsonapi-serde/openapi": "^1.3.1",
"@jsonapi-serde/server": "^1.4.0",
"@mikro-orm/cli": "^6.5.7",
"@mikro-orm/core": "^6.5.7",
"@mikro-orm/migrations": "^6.5.7",
"@mikro-orm/postgresql": "^6.5.7",
"@sindresorhus/fnv1a": "^3.1.0",
"@taxum/core": "^1.0.1",
"@taxum/jwt": "^1.0.2",
"@tsconfig/node24": "^24.0.1",
"dotenv": "^17.2.3",
"flat": "^6.0.1",
"html-to-text": "^9.0.5",
"http-message-signatures": "^1.0.4",
"jose": "^6.1.0",
"juice": "^11.0.3",
"liquidjs": "^10.22.0",
"logforth": "^1.2.2",
"markdown-it": "^14.1.0",
"mikro-orm-temporal": "^1.1.0",
"nanoid": "^5.1.6",
"node-cache": "^5.1.2",
"nodemailer": "^7.0.9",
"openapi3-ts": "^4.5.0",
"pg": "^8.16.3",
"postgres-interval": "^4.0.2",
"smol-toml": "^1.4.2",
"stilla": "^2.1.0",
"temporal-extra": "^1.1.0",
"temporal-polyfill": "^0.3.0",
"zod": "^4.1.12",
"zod-temporal": "^2.0.0"
},
"scripts": {
"start": "tsx watch --import=./src/register-crash-logger.ts --import=./src/temporal-polyfill.ts ./src/index.ts",
"mikro-orm": "tsx --import=./src/temporal-polyfill.ts ./node_modules/@mikro-orm/cli/esm",
"build": "tsc",
"format": "biome format . --write",
"check": "biome check . --write"
},
"mikro-orm": {
"configPaths": [
"./src/mikro-orm.config.ts",
"./mikro-orm.config.js"
]
},
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"lefthook"
]
}
}