-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 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
{
"name": "angular-ecmascript-intl-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build-libs": "pnpm --filter ./libs/* build",
"build": "pnpm build-libs && pnpm --filter demo build",
"start": "pnpm build-libs && pnpm --filter demo start",
"test": "pnpm -r test",
"prelint": "pnpm build-libs",
"lint": "oxlint . && eslint . --ext .html",
"release": "release-it",
"format": "oxfmt",
"format-check": "oxfmt --check"
},
"devDependencies": {
"@angular/core": "21.2.7",
"@types/node": "24.12.2",
"angular-eslint": "21.3.1",
"eslint": "10.2.0",
"oxfmt": "0.44.0",
"oxlint": "1.59.0",
"rxjs": "7.8.2",
"typescript": "6.0.2",
"typescript-eslint": "8.58.1"
},
"packageManager": "pnpm@10.33.0"
}