-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 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
{
"name": "@api7/adc",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {},
"private": true,
"devDependencies": {
"@nx/esbuild": "22.6.3",
"@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": "^4.1.7",
"@vitest/ui": "^4.1.7",
"esbuild": "^0.28.0",
"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@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
}