-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 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
41
42
43
{
"name": "angular-ecmascript-intl-monorepo",
"version": "0.0.0",
"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": "eslint .",
"release": "release-it",
"prettier": "prettier . --write"
},
"private": true,
"dependencies": {
"rxjs": "~7.8.2"
},
"devDependencies": {
"@angular/core": "^20.3.1",
"@eslint/js": "^9.26.0",
"@types/node": "^22.15.18",
"angular-eslint": "^20.0.0",
"eslint": "^9.26.0",
"globals": "^16.1.0",
"prettier": "~3.6.0",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "~5.9.0",
"typescript-eslint": "^8.32.1"
},
"engines": {
"npm": "Please use pnpm instead of npm to install dependencies",
"yarn": "Please use pnpm instead of yarn to install dependencies",
"pnpm": "^10.7.0"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.8.0",
"onFail": "download"
}
},
"packageManager": "pnpm@10.18.2"
}