-
-
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) · 811 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 811 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": "catalog:",
"@types/node": "catalog:",
"angular-eslint": "catalog:",
"eslint": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"rxjs": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
},
"packageManager": "pnpm@11.0.0-rc.5"
}