-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.68 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
{
"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",
"devDependencies": {
"@changesets/cli": "^2.29.8"
},
"pnpm": {
"overrides": {
"@eslint/plugin-kit@<0.3.4": ">=0.3.4",
"vite@>=7.1.0 <=7.1.10": ">=7.1.11",
"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",
"fast-xml-parser@>=5.0.9 <=5.3.3": ">=5.3.4",
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@>=5.0.0 <5.1.7": ">=5.1.7",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"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.0.0 <5.3.5": ">=5.3.5",
"fast-xml-parser@>=5.0.0 <5.3.6": ">=5.3.6",
"fast-xml-parser@>=5.0.0 <5.3.8": ">=5.3.8",
"ajv@<6.14.0": ">=6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0"
}
},
"dependencies": {
"prettier": "catalog:",
"prettier-plugin-organize-imports": "catalog:"
}
}