-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 812 Bytes
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
{
"name": "@riwi/source",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"devDependencies": {
"@biomejs/biome": "2.5.8",
"@nx/devkit": "23.1.1",
"@nx/js": "^23.0.0",
"@nx/playwright": "23.1.1",
"@nx/plugin": "23.1.1",
"@nx/workspace": "23.1.1",
"@playwright/test": "1.62.1",
"@swc-node/register": "1.12.1",
"@swc/core": "1.15.47",
"@swc/helpers": "0.5.23",
"@types/bun": "1.3.14",
"@types/nodemailer": "8.0.1",
"@typescript/native-preview": "7.0.0-dev.20260707.2",
"esbuild": "0.28.2",
"nodemailer": "9.0.5",
"nx": "23.1.1",
"playwright": "1.62.1",
"testcontainers": "12.1.0"
},
"dependencies": {
"puppeteer-core": "25.5.0",
"zod": "4.4.3"
},
"engines": {
"bun": "1.3.12",
"node": "24.19.0"
}
}