-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.34 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.34 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
{
"name": "root",
"private": true,
"homepage": "https://github.com/openscript/astro-i18n",
"license": "MIT",
"author": "Robin Bühler",
"repository": "github:openscript/astro-i18n",
"packageManager": "pnpm@10.33.2",
"type": "module",
"scripts": {
"dev": "pnpm exec nx run-many --nx-bail --target=dev --parallel 10 --output-style stream",
"build": "pnpm exec nx run-many --nx-bail --target=build --parallel 10 --output-style stream",
"lint": "eslint . --max-warnings 0",
"test": "pnpm exec nx run-many --nx-bail --target=test --parallel 10 --output-style stream",
"type-check": "tsc --noEmit",
"prepublish": "pnpm exec nx run-many --target=prepare --parallel",
"version": "changeset version",
"tag": "changeset tag"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/js": "^10.0.1",
"@nx/eslint": "22.7.0",
"@nx/vite": "22.7.0",
"@nx/vitest": "^22.6.0",
"@nx/web": "22.7.0",
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"jiti": "2.6.1",
"nx": "22.7.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.1",
"vitest": "^4.1.0"
}
}