-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 763 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 763 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
29
30
31
32
33
34
35
36
{
"name": "hyperion",
"private": true,
"license": "BSD 3-Clause",
"workspaces": [
"generators/**/*",
"ui-admin/**/*",
"ui-parts/**/*",
"ui/**/*",
"utils/**/*"
],
"resolutions": {
"@types/scheduler": "0.16.8"
},
"devDependencies": {
"@atls/code-runtime": "2.1.14",
"@playwright/test": "1.55.0",
"@types/node": "22.15.3",
"eslint": "9.25.1",
"typescript": "5.5.4"
},
"packageManager": "yarn@4.10.3",
"formatterIgnorePatterns": [
"**/*/CHANGELOG.md",
".github/ISSUE_TEMPLATE/*"
],
"tools": {
"schematic": {
"collection": "@atls/schematics",
"schematic": "project",
"type": "libraries",
"migration": "1653826505519"
}
},
"typecheckSkipLibCheck": true
}