-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.37 KB
/
package.json
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
{
"name": "@cafour/helveg-workspace",
"author": "Adam Štěpánek",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://gitlab.com/helveg/helveg"
},
"homepage": "https://helveg.net",
"private": true,
"pnpm": {
"overrides": {
"@cafour/helveg-diagram": "workspace:*",
"@cafour/helveg-explorer": "workspace:*",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"dompurify@>=3.0.0 <3.1.3": ">=3.1.3",
"nanoid@<3.3.8": ">=3.3.8"
}
},
"engines": {
"pnpm": ">=8.10.3"
},
"packageManager": "[email protected]+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001",
"scripts": {
"build": "turbo run rebuild",
"git-version": "turbo run git-version",
"csharp:none": "quicktype --lang cs --src-lang schema --framework SystemTextJson --array-type list --virtual --namespace Helveg.Visualization",
"csharp:data": "npm run csharp:none -- --out \"./src/Visualization/DataModel.cs\" \"./schema/data.json\"",
"csharp:icon-set": "npm run csharp:none -- --out \"./src/Visualization/IconSetModel.cs\" \"./schema/icon-set.json\"",
"csharp": "npm run csharp:data",
"schema": "turbo run schema"
},
"devDependencies": {
"quicktype": "^23.0.170",
"rimraf": "^5.0.10",
"turbo": "^1.13.4"
}
}