-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.04 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@orbi-ts/orbits",
"version": "1.0.0",
"description": "Flow for DevOps - a simple way to write state machine",
"private": true,
"scripts": {
"ci:publish": "pnpm publish -r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaWebcapsule/orbits"
},
"author": "la webcapsule",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/LaWebcapsule/orbits/actions/issues"
},
"homepage": "https://gitlab.com/LaWebcapsule/orbits/actions#readme",
"packageManager": "pnpm@10.29.3",
"engines": {
"node": ">=22",
"pnpm": ">=10.29.3"
},
"devDependencies": {
"@changesets/cli": "^2.31.1"
},
"pnpm": {
"overrides": {
"@eslint/plugin-kit@<0.3.4": ">=0.3.4",
"vite@>=8.0.0 <=8.0.15": ">=8.0.16",
"read-yaml-file": "^2.1.0",
"glob@>=10.2.0 <11.1.0": ">=11.1.0",
"cli@<1.0.0": ">=1.0.0",
"diff@>=6.0.0 <8.0.3": ">=8.0.3",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"qs@>=6.7.0 <=6.15.1": ">=6.15.2",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"minimatch@>=5.0.0 <5.1.8": ">=5.1.8",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"minimatch@<3.1.4": ">=3.1.4",
"fast-xml-parser@<5.7.0": ">=5.7.0",
"ajv@<6.14.0": ">=6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"picomatch@^2": "2.3.2",
"picomatch@^4": "4.0.4",
"protobufjs@<=7.5.7": ">=7.5.8",
"path-to-regexp@<0.1.13": "^0.1.13",
"flatted@<=3.4.1": "^3.4.2",
"brace-expansion@>=4.0.0 <5.0.6": ">=5.0.6",
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
"yaml@>= 1.0.0 <1.10.3": "1.10.3",
"postcss@<8.5.10": ">=8.5.10",
"uuid@<14.0.0": ">=14.0.0",
"fast-xml-builder@<=1.1.6": ">=1.1.7",
"fast-uri@<3.1.2": ">=3.1.2",
"ws@>=8.0.0 <8.20.1": ">=8.20.1",
"@grpc/grpc-js@>=1.14.0 <1.14.4": ">=1.14.4",
"form-data@>=4.0.0 <4.0.6": ">=4.0.6"
}
},
"dependencies": {
"prettier": "catalog:",
"prettier-plugin-organize-imports": "catalog:"
}
}