-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "@api7/adc",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {},
"private": true,
"devDependencies": {
"@nx/esbuild": "catalog:",
"@nx/eslint": "22.6.3",
"@nx/eslint-plugin": "22.6.3",
"@nx/js": "22.6.3",
"@nx/vitest": "22.6.3",
"@nx/workspace": "22.6.3",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.20",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^24.12.0",
"@typescript-eslint/utils": "^8.57.2",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"esbuild": "catalog:",
"eslint": "^9.33.0",
"eslint-config-prettier": "10.1.5",
"jiti": "2.4.2",
"jsonc-eslint-parser": "^3.1.0",
"nx": "22.6.3",
"prettier": "^3.8.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.57.2",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"nx"
]
}
}