vyriy 0.3.9 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -179
- package/bin/vyriy.js +2 -2
- package/cli/args.js +29 -0
- package/cli/cli.d.ts +2 -2
- package/cli/cli.js +18 -69
- package/cli/index.d.ts +1 -1
- package/cli/index.js +1 -1
- package/cli/types.d.ts +12 -3
- package/commands/check-env.d.ts +2 -0
- package/commands/check-env.js +65 -0
- package/commands/create/index.d.ts +2 -0
- package/commands/create/index.js +121 -0
- package/commands/create/plan/index.d.ts +4 -0
- package/commands/create/plan/index.js +3 -0
- package/commands/create/plan/plan.d.ts +9 -0
- package/commands/create/plan/plan.js +34 -0
- package/commands/create/plan/question.d.ts +2 -0
- package/commands/create/plan/question.js +25 -0
- package/commands/create/plan/types.d.ts +14 -0
- package/commands/create/preset/api.d.ts +2 -0
- package/commands/create/preset/api.js +168 -0
- package/commands/create/preset/base.d.ts +2 -0
- package/commands/create/preset/base.js +195 -0
- package/commands/create/preset/gql.d.ts +2 -0
- package/commands/create/preset/gql.js +16 -0
- package/commands/create/preset/index.d.ts +17 -0
- package/commands/create/preset/index.js +20 -0
- package/commands/create/preset/library.d.ts +2 -0
- package/commands/create/preset/library.js +252 -0
- package/commands/create/preset/mfe.d.ts +2 -0
- package/commands/create/preset/mfe.js +16 -0
- package/commands/create/preset/rest.d.ts +2 -0
- package/commands/create/preset/rest.js +16 -0
- package/commands/create/preset/spa.d.ts +2 -0
- package/commands/create/preset/spa.js +16 -0
- package/commands/create/preset/ssg.d.ts +2 -0
- package/commands/create/preset/ssg.js +16 -0
- package/commands/create/preset/ssr.d.ts +2 -0
- package/commands/create/preset/ssr.js +16 -0
- package/commands/create/preset/types.d.ts +15 -0
- package/commands/create/prompt/conflict-strategy.d.ts +5 -0
- package/commands/create/prompt/conflict-strategy.js +22 -0
- package/commands/create/prompt/index.d.ts +7 -0
- package/commands/create/prompt/index.js +6 -0
- package/commands/create/prompt/preset.d.ts +4 -0
- package/commands/create/prompt/preset.js +11 -0
- package/commands/create/prompt/prompt.d.ts +2 -0
- package/commands/create/prompt/prompt.js +4 -0
- package/commands/create/prompt/provider.d.ts +2 -0
- package/commands/create/prompt/provider.js +13 -0
- package/commands/create/prompt/resolve-option.d.ts +6 -0
- package/commands/create/prompt/resolve-option.js +8 -0
- package/commands/create/prompt/scope.d.ts +2 -0
- package/commands/create/prompt/scope.js +2 -0
- package/commands/create/prompt/types.d.ts +4 -0
- package/commands/dist.d.ts +2 -0
- package/commands/{publish/publish.js → dist.js} +22 -9
- package/commands/help.d.ts +3 -0
- package/commands/help.js +24 -0
- package/commands/index.d.ts +5 -0
- package/commands/index.js +5 -0
- package/commands/{publish/types.d.ts → types.d.ts} +18 -4
- package/commands/version.d.ts +2 -0
- package/commands/version.js +6 -0
- package/package.json +20 -588
- package/bin/vyriy.d.ts +0 -2
- package/checks/node/index.d.ts +0 -2
- package/checks/node/index.js +0 -1
- package/checks/node/node.d.ts +0 -2
- package/checks/node/node.js +0 -22
- package/checks/node/types.d.ts +0 -11
- package/checks/yarn/index.d.ts +0 -2
- package/checks/yarn/index.js +0 -1
- package/checks/yarn/types.d.ts +0 -7
- package/checks/yarn/yarn.d.ts +0 -2
- package/checks/yarn/yarn.js +0 -40
- package/cli/args/args.js +0 -40
- package/cli/args/index.d.ts +0 -2
- package/cli/args/index.js +0 -1
- package/cli/args/types.d.ts +0 -24
- package/commands/doctor/doctor.d.ts +0 -2
- package/commands/doctor/doctor.js +0 -9
- package/commands/doctor/index.d.ts +0 -2
- package/commands/doctor/index.js +0 -1
- package/commands/doctor/types.d.ts +0 -8
- package/commands/init/index.d.ts +0 -2
- package/commands/init/index.js +0 -1
- package/commands/init/init.d.ts +0 -2
- package/commands/init/init.js +0 -7
- package/commands/init/types.d.ts +0 -5
- package/commands/new/index.d.ts +0 -2
- package/commands/new/index.js +0 -1
- package/commands/new/new.d.ts +0 -3
- package/commands/new/new.js +0 -189
- package/commands/new/types.d.ts +0 -15
- package/commands/publish/index.d.ts +0 -2
- package/commands/publish/index.js +0 -1
- package/commands/publish/publish.d.ts +0 -2
- package/doctor/checkCorepack.d.ts +0 -2
- package/doctor/checkCorepack.js +0 -24
- package/doctor/checkGit.d.ts +0 -2
- package/doctor/checkGit.js +0 -23
- package/doctor/checkNodeVersion.d.ts +0 -5
- package/doctor/checkNodeVersion.js +0 -24
- package/doctor/checkYarn.d.ts +0 -10
- package/doctor/checkYarn.js +0 -45
- package/doctor/createDoctorReport.d.ts +0 -2
- package/doctor/createDoctorReport.js +0 -17
- package/doctor/index.d.ts +0 -7
- package/doctor/index.js +0 -6
- package/doctor/printDoctorReport.d.ts +0 -2
- package/doctor/printDoctorReport.js +0 -42
- package/doctor/types.d.ts +0 -25
- package/file-plan/createFilePlan.d.ts +0 -4
- package/file-plan/createFilePlan.js +0 -29
- package/file-plan/index.d.ts +0 -4
- package/file-plan/index.js +0 -3
- package/file-plan/printFilePlan.d.ts +0 -2
- package/file-plan/printFilePlan.js +0 -44
- package/file-plan/types.d.ts +0 -12
- package/file-plan/writeFilePlan.d.ts +0 -2
- package/file-plan/writeFilePlan.js +0 -12
- package/index.d.ts +0 -12
- package/index.js +0 -12
- package/presets/agentsTemplate.d.ts +0 -1
- package/presets/agentsTemplate.js +0 -105
- package/presets/base/createBaseFiles.d.ts +0 -3
- package/presets/base/createBaseFiles.js +0 -307
- package/presets/config.d.ts +0 -28
- package/presets/config.js +0 -7
- package/presets/createProjectFiles.d.ts +0 -2
- package/presets/createProjectFiles.js +0 -8
- package/presets/index.d.ts +0 -2
- package/presets/index.js +0 -1
- package/presets/library/createLibraryUiFiles.d.ts +0 -3
- package/presets/library/createLibraryUiFiles.js +0 -127
- package/presets/packages/createPackageFiles.d.ts +0 -3
- package/presets/packages/createPackageFiles.js +0 -39
- package/presets/packages/createPackageManifest.d.ts +0 -7
- package/presets/packages/createPackageManifest.js +0 -13
- package/presets/types.d.ts +0 -3
- package/presets/workspaces/createWorkspaceFiles.d.ts +0 -3
- package/presets/workspaces/createWorkspaceFiles.js +0 -98
- package/project-plan/api/api.d.ts +0 -6
- package/project-plan/api/api.js +0 -44
- package/project-plan/api/index.d.ts +0 -2
- package/project-plan/api/index.js +0 -1
- package/project-plan/api/types.d.ts +0 -11
- package/project-plan/ci/ci.d.ts +0 -3
- package/project-plan/ci/ci.js +0 -20
- package/project-plan/ci/index.d.ts +0 -2
- package/project-plan/ci/index.js +0 -1
- package/project-plan/ci/types.d.ts +0 -6
- package/project-plan/create/create.d.ts +0 -2
- package/project-plan/create/create.js +0 -129
- package/project-plan/create/index.d.ts +0 -2
- package/project-plan/create/index.js +0 -1
- package/project-plan/create/types.d.ts +0 -13
- package/project-plan/index.d.ts +0 -6
- package/project-plan/index.js +0 -5
- package/project-plan/kind/index.d.ts +0 -2
- package/project-plan/kind/index.js +0 -1
- package/project-plan/kind/kind.d.ts +0 -2
- package/project-plan/kind/kind.js +0 -1
- package/project-plan/kind/types.d.ts +0 -2
- package/project-plan/print/index.d.ts +0 -2
- package/project-plan/print/index.js +0 -1
- package/project-plan/print/print.d.ts +0 -2
- package/project-plan/print/print.js +0 -47
- package/project-plan/print/types.d.ts +0 -2
- package/project-plan/types.d.ts +0 -46
- package/prompts/project-plan/index.d.ts +0 -2
- package/prompts/project-plan/index.js +0 -1
- package/prompts/project-plan/project-plan.d.ts +0 -2
- package/prompts/project-plan/project-plan.js +0 -198
- package/prompts/project-plan/types.d.ts +0 -18
- package/shared/commandExists.d.ts +0 -2
- package/shared/commandExists.js +0 -10
- package/shared/execCommand.d.ts +0 -2
- package/shared/execCommand.js +0 -7
- package/shared/fileExists.d.ts +0 -2
- package/shared/fileExists.js +0 -10
- package/shared/index.d.ts +0 -6
- package/shared/index.js +0 -5
- package/shared/runCommand.d.ts +0 -9
- package/shared/runCommand.js +0 -34
- package/shared/semver.d.ts +0 -1
- package/shared/semver.js +0 -4
- package/shared/types.d.ts +0 -12
- /package/cli/{args/args.d.ts → args.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,26 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vyriy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Interactive project master for calm cloud-ready applications.",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./index.js",
|
|
7
6
|
"bin": "./bin/vyriy.js",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=24.0.0"
|
|
9
|
+
},
|
|
10
|
+
"packageManager": "yarn@4.15.0",
|
|
8
11
|
"peerDependencies": {
|
|
9
|
-
"@storybook/react-webpack5": "^10.4.0",
|
|
10
12
|
"@types/react": "^19.2.15",
|
|
11
13
|
"@types/react-dom": "^19.2.3",
|
|
12
14
|
"cross-env": "^10.1.0",
|
|
13
15
|
"eslint": "^10.4.0",
|
|
14
16
|
"husky": "^9.1.7",
|
|
15
17
|
"jest": "^30.4.2",
|
|
16
|
-
"npm-run-all2": "^9.0.
|
|
18
|
+
"npm-run-all2": "^9.0.1",
|
|
17
19
|
"prettier": "^3.8.3",
|
|
18
20
|
"react": "^19.2.6",
|
|
19
21
|
"react-dom": "^19.2.6",
|
|
20
22
|
"rimraf": "^6.1.3",
|
|
21
|
-
"storybook": "^10.4.
|
|
23
|
+
"storybook": "^10.4.1",
|
|
22
24
|
"stylelint": "^17.12.0",
|
|
23
|
-
"
|
|
25
|
+
"tsx": "^4.22.3",
|
|
26
|
+
"typescript": "^6.0.3",
|
|
27
|
+
"webpack": "^5.107.1",
|
|
28
|
+
"webpack-cli": "^7.0.2"
|
|
24
29
|
},
|
|
25
30
|
"peerDependenciesMeta": {
|
|
26
31
|
"@storybook/react-webpack5": {
|
|
@@ -65,8 +70,17 @@
|
|
|
65
70
|
"stylelint": {
|
|
66
71
|
"optional": true
|
|
67
72
|
},
|
|
73
|
+
"tsx": {
|
|
74
|
+
"optional": true
|
|
75
|
+
},
|
|
68
76
|
"typescript": {
|
|
69
77
|
"optional": true
|
|
78
|
+
},
|
|
79
|
+
"webpack": {
|
|
80
|
+
"optional": true
|
|
81
|
+
},
|
|
82
|
+
"webpack-cli": {
|
|
83
|
+
"optional": true
|
|
70
84
|
}
|
|
71
85
|
},
|
|
72
86
|
"agents": "./AGENTS.md",
|
|
@@ -75,587 +89,5 @@
|
|
|
75
89
|
"type": "git",
|
|
76
90
|
"url": "https://github.com/evheniy/vyriy",
|
|
77
91
|
"directory": "packages/vyriy"
|
|
78
|
-
},
|
|
79
|
-
"packageManager": "yarn@4.15.0",
|
|
80
|
-
"engines": {
|
|
81
|
-
"node": ">=24.0.0"
|
|
82
|
-
},
|
|
83
|
-
"types": "./index.d.ts",
|
|
84
|
-
"exports": {
|
|
85
|
-
".": {
|
|
86
|
-
"types": "./index.d.ts",
|
|
87
|
-
"import": "./index.js",
|
|
88
|
-
"default": "./index.js"
|
|
89
|
-
},
|
|
90
|
-
"./bin/vyriy": {
|
|
91
|
-
"types": "./bin/vyriy.d.ts",
|
|
92
|
-
"import": "./bin/vyriy.js",
|
|
93
|
-
"default": "./bin/vyriy.js"
|
|
94
|
-
},
|
|
95
|
-
"./bin/vyriy.js": {
|
|
96
|
-
"types": "./bin/vyriy.d.ts",
|
|
97
|
-
"import": "./bin/vyriy.js",
|
|
98
|
-
"default": "./bin/vyriy.js"
|
|
99
|
-
},
|
|
100
|
-
"./checks/node/index": {
|
|
101
|
-
"types": "./checks/node/index.d.ts",
|
|
102
|
-
"import": "./checks/node/index.js",
|
|
103
|
-
"default": "./checks/node/index.js"
|
|
104
|
-
},
|
|
105
|
-
"./checks/node/index.js": {
|
|
106
|
-
"types": "./checks/node/index.d.ts",
|
|
107
|
-
"import": "./checks/node/index.js",
|
|
108
|
-
"default": "./checks/node/index.js"
|
|
109
|
-
},
|
|
110
|
-
"./checks/node/node": {
|
|
111
|
-
"types": "./checks/node/node.d.ts",
|
|
112
|
-
"import": "./checks/node/node.js",
|
|
113
|
-
"default": "./checks/node/node.js"
|
|
114
|
-
},
|
|
115
|
-
"./checks/node/node.js": {
|
|
116
|
-
"types": "./checks/node/node.d.ts",
|
|
117
|
-
"import": "./checks/node/node.js",
|
|
118
|
-
"default": "./checks/node/node.js"
|
|
119
|
-
},
|
|
120
|
-
"./checks/yarn/index": {
|
|
121
|
-
"types": "./checks/yarn/index.d.ts",
|
|
122
|
-
"import": "./checks/yarn/index.js",
|
|
123
|
-
"default": "./checks/yarn/index.js"
|
|
124
|
-
},
|
|
125
|
-
"./checks/yarn/index.js": {
|
|
126
|
-
"types": "./checks/yarn/index.d.ts",
|
|
127
|
-
"import": "./checks/yarn/index.js",
|
|
128
|
-
"default": "./checks/yarn/index.js"
|
|
129
|
-
},
|
|
130
|
-
"./checks/yarn/yarn": {
|
|
131
|
-
"types": "./checks/yarn/yarn.d.ts",
|
|
132
|
-
"import": "./checks/yarn/yarn.js",
|
|
133
|
-
"default": "./checks/yarn/yarn.js"
|
|
134
|
-
},
|
|
135
|
-
"./checks/yarn/yarn.js": {
|
|
136
|
-
"types": "./checks/yarn/yarn.d.ts",
|
|
137
|
-
"import": "./checks/yarn/yarn.js",
|
|
138
|
-
"default": "./checks/yarn/yarn.js"
|
|
139
|
-
},
|
|
140
|
-
"./cli/args/args": {
|
|
141
|
-
"types": "./cli/args/args.d.ts",
|
|
142
|
-
"import": "./cli/args/args.js",
|
|
143
|
-
"default": "./cli/args/args.js"
|
|
144
|
-
},
|
|
145
|
-
"./cli/args/args.js": {
|
|
146
|
-
"types": "./cli/args/args.d.ts",
|
|
147
|
-
"import": "./cli/args/args.js",
|
|
148
|
-
"default": "./cli/args/args.js"
|
|
149
|
-
},
|
|
150
|
-
"./cli/args/index": {
|
|
151
|
-
"types": "./cli/args/index.d.ts",
|
|
152
|
-
"import": "./cli/args/index.js",
|
|
153
|
-
"default": "./cli/args/index.js"
|
|
154
|
-
},
|
|
155
|
-
"./cli/args/index.js": {
|
|
156
|
-
"types": "./cli/args/index.d.ts",
|
|
157
|
-
"import": "./cli/args/index.js",
|
|
158
|
-
"default": "./cli/args/index.js"
|
|
159
|
-
},
|
|
160
|
-
"./cli/cli": {
|
|
161
|
-
"types": "./cli/cli.d.ts",
|
|
162
|
-
"import": "./cli/cli.js",
|
|
163
|
-
"default": "./cli/cli.js"
|
|
164
|
-
},
|
|
165
|
-
"./cli/cli.js": {
|
|
166
|
-
"types": "./cli/cli.d.ts",
|
|
167
|
-
"import": "./cli/cli.js",
|
|
168
|
-
"default": "./cli/cli.js"
|
|
169
|
-
},
|
|
170
|
-
"./cli/index": {
|
|
171
|
-
"types": "./cli/index.d.ts",
|
|
172
|
-
"import": "./cli/index.js",
|
|
173
|
-
"default": "./cli/index.js"
|
|
174
|
-
},
|
|
175
|
-
"./cli/index.js": {
|
|
176
|
-
"types": "./cli/index.d.ts",
|
|
177
|
-
"import": "./cli/index.js",
|
|
178
|
-
"default": "./cli/index.js"
|
|
179
|
-
},
|
|
180
|
-
"./commands/doctor/doctor": {
|
|
181
|
-
"types": "./commands/doctor/doctor.d.ts",
|
|
182
|
-
"import": "./commands/doctor/doctor.js",
|
|
183
|
-
"default": "./commands/doctor/doctor.js"
|
|
184
|
-
},
|
|
185
|
-
"./commands/doctor/doctor.js": {
|
|
186
|
-
"types": "./commands/doctor/doctor.d.ts",
|
|
187
|
-
"import": "./commands/doctor/doctor.js",
|
|
188
|
-
"default": "./commands/doctor/doctor.js"
|
|
189
|
-
},
|
|
190
|
-
"./commands/doctor/index": {
|
|
191
|
-
"types": "./commands/doctor/index.d.ts",
|
|
192
|
-
"import": "./commands/doctor/index.js",
|
|
193
|
-
"default": "./commands/doctor/index.js"
|
|
194
|
-
},
|
|
195
|
-
"./commands/doctor/index.js": {
|
|
196
|
-
"types": "./commands/doctor/index.d.ts",
|
|
197
|
-
"import": "./commands/doctor/index.js",
|
|
198
|
-
"default": "./commands/doctor/index.js"
|
|
199
|
-
},
|
|
200
|
-
"./commands/init/index": {
|
|
201
|
-
"types": "./commands/init/index.d.ts",
|
|
202
|
-
"import": "./commands/init/index.js",
|
|
203
|
-
"default": "./commands/init/index.js"
|
|
204
|
-
},
|
|
205
|
-
"./commands/init/index.js": {
|
|
206
|
-
"types": "./commands/init/index.d.ts",
|
|
207
|
-
"import": "./commands/init/index.js",
|
|
208
|
-
"default": "./commands/init/index.js"
|
|
209
|
-
},
|
|
210
|
-
"./commands/init/init": {
|
|
211
|
-
"types": "./commands/init/init.d.ts",
|
|
212
|
-
"import": "./commands/init/init.js",
|
|
213
|
-
"default": "./commands/init/init.js"
|
|
214
|
-
},
|
|
215
|
-
"./commands/init/init.js": {
|
|
216
|
-
"types": "./commands/init/init.d.ts",
|
|
217
|
-
"import": "./commands/init/init.js",
|
|
218
|
-
"default": "./commands/init/init.js"
|
|
219
|
-
},
|
|
220
|
-
"./commands/new/index": {
|
|
221
|
-
"types": "./commands/new/index.d.ts",
|
|
222
|
-
"import": "./commands/new/index.js",
|
|
223
|
-
"default": "./commands/new/index.js"
|
|
224
|
-
},
|
|
225
|
-
"./commands/new/index.js": {
|
|
226
|
-
"types": "./commands/new/index.d.ts",
|
|
227
|
-
"import": "./commands/new/index.js",
|
|
228
|
-
"default": "./commands/new/index.js"
|
|
229
|
-
},
|
|
230
|
-
"./commands/new/new": {
|
|
231
|
-
"types": "./commands/new/new.d.ts",
|
|
232
|
-
"import": "./commands/new/new.js",
|
|
233
|
-
"default": "./commands/new/new.js"
|
|
234
|
-
},
|
|
235
|
-
"./commands/new/new.js": {
|
|
236
|
-
"types": "./commands/new/new.d.ts",
|
|
237
|
-
"import": "./commands/new/new.js",
|
|
238
|
-
"default": "./commands/new/new.js"
|
|
239
|
-
},
|
|
240
|
-
"./commands/publish/index": {
|
|
241
|
-
"types": "./commands/publish/index.d.ts",
|
|
242
|
-
"import": "./commands/publish/index.js",
|
|
243
|
-
"default": "./commands/publish/index.js"
|
|
244
|
-
},
|
|
245
|
-
"./commands/publish/index.js": {
|
|
246
|
-
"types": "./commands/publish/index.d.ts",
|
|
247
|
-
"import": "./commands/publish/index.js",
|
|
248
|
-
"default": "./commands/publish/index.js"
|
|
249
|
-
},
|
|
250
|
-
"./commands/publish/publish": {
|
|
251
|
-
"types": "./commands/publish/publish.d.ts",
|
|
252
|
-
"import": "./commands/publish/publish.js",
|
|
253
|
-
"default": "./commands/publish/publish.js"
|
|
254
|
-
},
|
|
255
|
-
"./commands/publish/publish.js": {
|
|
256
|
-
"types": "./commands/publish/publish.d.ts",
|
|
257
|
-
"import": "./commands/publish/publish.js",
|
|
258
|
-
"default": "./commands/publish/publish.js"
|
|
259
|
-
},
|
|
260
|
-
"./doctor/checkCorepack": {
|
|
261
|
-
"types": "./doctor/checkCorepack.d.ts",
|
|
262
|
-
"import": "./doctor/checkCorepack.js",
|
|
263
|
-
"default": "./doctor/checkCorepack.js"
|
|
264
|
-
},
|
|
265
|
-
"./doctor/checkCorepack.js": {
|
|
266
|
-
"types": "./doctor/checkCorepack.d.ts",
|
|
267
|
-
"import": "./doctor/checkCorepack.js",
|
|
268
|
-
"default": "./doctor/checkCorepack.js"
|
|
269
|
-
},
|
|
270
|
-
"./doctor/checkGit": {
|
|
271
|
-
"types": "./doctor/checkGit.d.ts",
|
|
272
|
-
"import": "./doctor/checkGit.js",
|
|
273
|
-
"default": "./doctor/checkGit.js"
|
|
274
|
-
},
|
|
275
|
-
"./doctor/checkGit.js": {
|
|
276
|
-
"types": "./doctor/checkGit.d.ts",
|
|
277
|
-
"import": "./doctor/checkGit.js",
|
|
278
|
-
"default": "./doctor/checkGit.js"
|
|
279
|
-
},
|
|
280
|
-
"./doctor/checkNodeVersion": {
|
|
281
|
-
"types": "./doctor/checkNodeVersion.d.ts",
|
|
282
|
-
"import": "./doctor/checkNodeVersion.js",
|
|
283
|
-
"default": "./doctor/checkNodeVersion.js"
|
|
284
|
-
},
|
|
285
|
-
"./doctor/checkNodeVersion.js": {
|
|
286
|
-
"types": "./doctor/checkNodeVersion.d.ts",
|
|
287
|
-
"import": "./doctor/checkNodeVersion.js",
|
|
288
|
-
"default": "./doctor/checkNodeVersion.js"
|
|
289
|
-
},
|
|
290
|
-
"./doctor/checkYarn": {
|
|
291
|
-
"types": "./doctor/checkYarn.d.ts",
|
|
292
|
-
"import": "./doctor/checkYarn.js",
|
|
293
|
-
"default": "./doctor/checkYarn.js"
|
|
294
|
-
},
|
|
295
|
-
"./doctor/checkYarn.js": {
|
|
296
|
-
"types": "./doctor/checkYarn.d.ts",
|
|
297
|
-
"import": "./doctor/checkYarn.js",
|
|
298
|
-
"default": "./doctor/checkYarn.js"
|
|
299
|
-
},
|
|
300
|
-
"./doctor/createDoctorReport": {
|
|
301
|
-
"types": "./doctor/createDoctorReport.d.ts",
|
|
302
|
-
"import": "./doctor/createDoctorReport.js",
|
|
303
|
-
"default": "./doctor/createDoctorReport.js"
|
|
304
|
-
},
|
|
305
|
-
"./doctor/createDoctorReport.js": {
|
|
306
|
-
"types": "./doctor/createDoctorReport.d.ts",
|
|
307
|
-
"import": "./doctor/createDoctorReport.js",
|
|
308
|
-
"default": "./doctor/createDoctorReport.js"
|
|
309
|
-
},
|
|
310
|
-
"./doctor/index": {
|
|
311
|
-
"types": "./doctor/index.d.ts",
|
|
312
|
-
"import": "./doctor/index.js",
|
|
313
|
-
"default": "./doctor/index.js"
|
|
314
|
-
},
|
|
315
|
-
"./doctor/index.js": {
|
|
316
|
-
"types": "./doctor/index.d.ts",
|
|
317
|
-
"import": "./doctor/index.js",
|
|
318
|
-
"default": "./doctor/index.js"
|
|
319
|
-
},
|
|
320
|
-
"./doctor/printDoctorReport": {
|
|
321
|
-
"types": "./doctor/printDoctorReport.d.ts",
|
|
322
|
-
"import": "./doctor/printDoctorReport.js",
|
|
323
|
-
"default": "./doctor/printDoctorReport.js"
|
|
324
|
-
},
|
|
325
|
-
"./doctor/printDoctorReport.js": {
|
|
326
|
-
"types": "./doctor/printDoctorReport.d.ts",
|
|
327
|
-
"import": "./doctor/printDoctorReport.js",
|
|
328
|
-
"default": "./doctor/printDoctorReport.js"
|
|
329
|
-
},
|
|
330
|
-
"./file-plan/createFilePlan": {
|
|
331
|
-
"types": "./file-plan/createFilePlan.d.ts",
|
|
332
|
-
"import": "./file-plan/createFilePlan.js",
|
|
333
|
-
"default": "./file-plan/createFilePlan.js"
|
|
334
|
-
},
|
|
335
|
-
"./file-plan/createFilePlan.js": {
|
|
336
|
-
"types": "./file-plan/createFilePlan.d.ts",
|
|
337
|
-
"import": "./file-plan/createFilePlan.js",
|
|
338
|
-
"default": "./file-plan/createFilePlan.js"
|
|
339
|
-
},
|
|
340
|
-
"./file-plan/index": {
|
|
341
|
-
"types": "./file-plan/index.d.ts",
|
|
342
|
-
"import": "./file-plan/index.js",
|
|
343
|
-
"default": "./file-plan/index.js"
|
|
344
|
-
},
|
|
345
|
-
"./file-plan/index.js": {
|
|
346
|
-
"types": "./file-plan/index.d.ts",
|
|
347
|
-
"import": "./file-plan/index.js",
|
|
348
|
-
"default": "./file-plan/index.js"
|
|
349
|
-
},
|
|
350
|
-
"./file-plan/printFilePlan": {
|
|
351
|
-
"types": "./file-plan/printFilePlan.d.ts",
|
|
352
|
-
"import": "./file-plan/printFilePlan.js",
|
|
353
|
-
"default": "./file-plan/printFilePlan.js"
|
|
354
|
-
},
|
|
355
|
-
"./file-plan/printFilePlan.js": {
|
|
356
|
-
"types": "./file-plan/printFilePlan.d.ts",
|
|
357
|
-
"import": "./file-plan/printFilePlan.js",
|
|
358
|
-
"default": "./file-plan/printFilePlan.js"
|
|
359
|
-
},
|
|
360
|
-
"./file-plan/writeFilePlan": {
|
|
361
|
-
"types": "./file-plan/writeFilePlan.d.ts",
|
|
362
|
-
"import": "./file-plan/writeFilePlan.js",
|
|
363
|
-
"default": "./file-plan/writeFilePlan.js"
|
|
364
|
-
},
|
|
365
|
-
"./file-plan/writeFilePlan.js": {
|
|
366
|
-
"types": "./file-plan/writeFilePlan.d.ts",
|
|
367
|
-
"import": "./file-plan/writeFilePlan.js",
|
|
368
|
-
"default": "./file-plan/writeFilePlan.js"
|
|
369
|
-
},
|
|
370
|
-
"./index": {
|
|
371
|
-
"types": "./index.d.ts",
|
|
372
|
-
"import": "./index.js",
|
|
373
|
-
"default": "./index.js"
|
|
374
|
-
},
|
|
375
|
-
"./index.js": {
|
|
376
|
-
"types": "./index.d.ts",
|
|
377
|
-
"import": "./index.js",
|
|
378
|
-
"default": "./index.js"
|
|
379
|
-
},
|
|
380
|
-
"./presets/agentsTemplate": {
|
|
381
|
-
"types": "./presets/agentsTemplate.d.ts",
|
|
382
|
-
"import": "./presets/agentsTemplate.js",
|
|
383
|
-
"default": "./presets/agentsTemplate.js"
|
|
384
|
-
},
|
|
385
|
-
"./presets/agentsTemplate.js": {
|
|
386
|
-
"types": "./presets/agentsTemplate.d.ts",
|
|
387
|
-
"import": "./presets/agentsTemplate.js",
|
|
388
|
-
"default": "./presets/agentsTemplate.js"
|
|
389
|
-
},
|
|
390
|
-
"./presets/base/createBaseFiles": {
|
|
391
|
-
"types": "./presets/base/createBaseFiles.d.ts",
|
|
392
|
-
"import": "./presets/base/createBaseFiles.js",
|
|
393
|
-
"default": "./presets/base/createBaseFiles.js"
|
|
394
|
-
},
|
|
395
|
-
"./presets/base/createBaseFiles.js": {
|
|
396
|
-
"types": "./presets/base/createBaseFiles.d.ts",
|
|
397
|
-
"import": "./presets/base/createBaseFiles.js",
|
|
398
|
-
"default": "./presets/base/createBaseFiles.js"
|
|
399
|
-
},
|
|
400
|
-
"./presets/config": {
|
|
401
|
-
"types": "./presets/config.d.ts",
|
|
402
|
-
"import": "./presets/config.js",
|
|
403
|
-
"default": "./presets/config.js"
|
|
404
|
-
},
|
|
405
|
-
"./presets/config.js": {
|
|
406
|
-
"types": "./presets/config.d.ts",
|
|
407
|
-
"import": "./presets/config.js",
|
|
408
|
-
"default": "./presets/config.js"
|
|
409
|
-
},
|
|
410
|
-
"./presets/createProjectFiles": {
|
|
411
|
-
"types": "./presets/createProjectFiles.d.ts",
|
|
412
|
-
"import": "./presets/createProjectFiles.js",
|
|
413
|
-
"default": "./presets/createProjectFiles.js"
|
|
414
|
-
},
|
|
415
|
-
"./presets/createProjectFiles.js": {
|
|
416
|
-
"types": "./presets/createProjectFiles.d.ts",
|
|
417
|
-
"import": "./presets/createProjectFiles.js",
|
|
418
|
-
"default": "./presets/createProjectFiles.js"
|
|
419
|
-
},
|
|
420
|
-
"./presets/index": {
|
|
421
|
-
"types": "./presets/index.d.ts",
|
|
422
|
-
"import": "./presets/index.js",
|
|
423
|
-
"default": "./presets/index.js"
|
|
424
|
-
},
|
|
425
|
-
"./presets/index.js": {
|
|
426
|
-
"types": "./presets/index.d.ts",
|
|
427
|
-
"import": "./presets/index.js",
|
|
428
|
-
"default": "./presets/index.js"
|
|
429
|
-
},
|
|
430
|
-
"./presets/library/createLibraryUiFiles": {
|
|
431
|
-
"types": "./presets/library/createLibraryUiFiles.d.ts",
|
|
432
|
-
"import": "./presets/library/createLibraryUiFiles.js",
|
|
433
|
-
"default": "./presets/library/createLibraryUiFiles.js"
|
|
434
|
-
},
|
|
435
|
-
"./presets/library/createLibraryUiFiles.js": {
|
|
436
|
-
"types": "./presets/library/createLibraryUiFiles.d.ts",
|
|
437
|
-
"import": "./presets/library/createLibraryUiFiles.js",
|
|
438
|
-
"default": "./presets/library/createLibraryUiFiles.js"
|
|
439
|
-
},
|
|
440
|
-
"./presets/packages/createPackageFiles": {
|
|
441
|
-
"types": "./presets/packages/createPackageFiles.d.ts",
|
|
442
|
-
"import": "./presets/packages/createPackageFiles.js",
|
|
443
|
-
"default": "./presets/packages/createPackageFiles.js"
|
|
444
|
-
},
|
|
445
|
-
"./presets/packages/createPackageFiles.js": {
|
|
446
|
-
"types": "./presets/packages/createPackageFiles.d.ts",
|
|
447
|
-
"import": "./presets/packages/createPackageFiles.js",
|
|
448
|
-
"default": "./presets/packages/createPackageFiles.js"
|
|
449
|
-
},
|
|
450
|
-
"./presets/packages/createPackageManifest": {
|
|
451
|
-
"types": "./presets/packages/createPackageManifest.d.ts",
|
|
452
|
-
"import": "./presets/packages/createPackageManifest.js",
|
|
453
|
-
"default": "./presets/packages/createPackageManifest.js"
|
|
454
|
-
},
|
|
455
|
-
"./presets/packages/createPackageManifest.js": {
|
|
456
|
-
"types": "./presets/packages/createPackageManifest.d.ts",
|
|
457
|
-
"import": "./presets/packages/createPackageManifest.js",
|
|
458
|
-
"default": "./presets/packages/createPackageManifest.js"
|
|
459
|
-
},
|
|
460
|
-
"./presets/workspaces/createWorkspaceFiles": {
|
|
461
|
-
"types": "./presets/workspaces/createWorkspaceFiles.d.ts",
|
|
462
|
-
"import": "./presets/workspaces/createWorkspaceFiles.js",
|
|
463
|
-
"default": "./presets/workspaces/createWorkspaceFiles.js"
|
|
464
|
-
},
|
|
465
|
-
"./presets/workspaces/createWorkspaceFiles.js": {
|
|
466
|
-
"types": "./presets/workspaces/createWorkspaceFiles.d.ts",
|
|
467
|
-
"import": "./presets/workspaces/createWorkspaceFiles.js",
|
|
468
|
-
"default": "./presets/workspaces/createWorkspaceFiles.js"
|
|
469
|
-
},
|
|
470
|
-
"./project-plan/api/api": {
|
|
471
|
-
"types": "./project-plan/api/api.d.ts",
|
|
472
|
-
"import": "./project-plan/api/api.js",
|
|
473
|
-
"default": "./project-plan/api/api.js"
|
|
474
|
-
},
|
|
475
|
-
"./project-plan/api/api.js": {
|
|
476
|
-
"types": "./project-plan/api/api.d.ts",
|
|
477
|
-
"import": "./project-plan/api/api.js",
|
|
478
|
-
"default": "./project-plan/api/api.js"
|
|
479
|
-
},
|
|
480
|
-
"./project-plan/api/index": {
|
|
481
|
-
"types": "./project-plan/api/index.d.ts",
|
|
482
|
-
"import": "./project-plan/api/index.js",
|
|
483
|
-
"default": "./project-plan/api/index.js"
|
|
484
|
-
},
|
|
485
|
-
"./project-plan/api/index.js": {
|
|
486
|
-
"types": "./project-plan/api/index.d.ts",
|
|
487
|
-
"import": "./project-plan/api/index.js",
|
|
488
|
-
"default": "./project-plan/api/index.js"
|
|
489
|
-
},
|
|
490
|
-
"./project-plan/ci/ci": {
|
|
491
|
-
"types": "./project-plan/ci/ci.d.ts",
|
|
492
|
-
"import": "./project-plan/ci/ci.js",
|
|
493
|
-
"default": "./project-plan/ci/ci.js"
|
|
494
|
-
},
|
|
495
|
-
"./project-plan/ci/ci.js": {
|
|
496
|
-
"types": "./project-plan/ci/ci.d.ts",
|
|
497
|
-
"import": "./project-plan/ci/ci.js",
|
|
498
|
-
"default": "./project-plan/ci/ci.js"
|
|
499
|
-
},
|
|
500
|
-
"./project-plan/ci/index": {
|
|
501
|
-
"types": "./project-plan/ci/index.d.ts",
|
|
502
|
-
"import": "./project-plan/ci/index.js",
|
|
503
|
-
"default": "./project-plan/ci/index.js"
|
|
504
|
-
},
|
|
505
|
-
"./project-plan/ci/index.js": {
|
|
506
|
-
"types": "./project-plan/ci/index.d.ts",
|
|
507
|
-
"import": "./project-plan/ci/index.js",
|
|
508
|
-
"default": "./project-plan/ci/index.js"
|
|
509
|
-
},
|
|
510
|
-
"./project-plan/create/create": {
|
|
511
|
-
"types": "./project-plan/create/create.d.ts",
|
|
512
|
-
"import": "./project-plan/create/create.js",
|
|
513
|
-
"default": "./project-plan/create/create.js"
|
|
514
|
-
},
|
|
515
|
-
"./project-plan/create/create.js": {
|
|
516
|
-
"types": "./project-plan/create/create.d.ts",
|
|
517
|
-
"import": "./project-plan/create/create.js",
|
|
518
|
-
"default": "./project-plan/create/create.js"
|
|
519
|
-
},
|
|
520
|
-
"./project-plan/create/index": {
|
|
521
|
-
"types": "./project-plan/create/index.d.ts",
|
|
522
|
-
"import": "./project-plan/create/index.js",
|
|
523
|
-
"default": "./project-plan/create/index.js"
|
|
524
|
-
},
|
|
525
|
-
"./project-plan/create/index.js": {
|
|
526
|
-
"types": "./project-plan/create/index.d.ts",
|
|
527
|
-
"import": "./project-plan/create/index.js",
|
|
528
|
-
"default": "./project-plan/create/index.js"
|
|
529
|
-
},
|
|
530
|
-
"./project-plan/index": {
|
|
531
|
-
"types": "./project-plan/index.d.ts",
|
|
532
|
-
"import": "./project-plan/index.js",
|
|
533
|
-
"default": "./project-plan/index.js"
|
|
534
|
-
},
|
|
535
|
-
"./project-plan/index.js": {
|
|
536
|
-
"types": "./project-plan/index.d.ts",
|
|
537
|
-
"import": "./project-plan/index.js",
|
|
538
|
-
"default": "./project-plan/index.js"
|
|
539
|
-
},
|
|
540
|
-
"./project-plan/kind/index": {
|
|
541
|
-
"types": "./project-plan/kind/index.d.ts",
|
|
542
|
-
"import": "./project-plan/kind/index.js",
|
|
543
|
-
"default": "./project-plan/kind/index.js"
|
|
544
|
-
},
|
|
545
|
-
"./project-plan/kind/index.js": {
|
|
546
|
-
"types": "./project-plan/kind/index.d.ts",
|
|
547
|
-
"import": "./project-plan/kind/index.js",
|
|
548
|
-
"default": "./project-plan/kind/index.js"
|
|
549
|
-
},
|
|
550
|
-
"./project-plan/kind/kind": {
|
|
551
|
-
"types": "./project-plan/kind/kind.d.ts",
|
|
552
|
-
"import": "./project-plan/kind/kind.js",
|
|
553
|
-
"default": "./project-plan/kind/kind.js"
|
|
554
|
-
},
|
|
555
|
-
"./project-plan/kind/kind.js": {
|
|
556
|
-
"types": "./project-plan/kind/kind.d.ts",
|
|
557
|
-
"import": "./project-plan/kind/kind.js",
|
|
558
|
-
"default": "./project-plan/kind/kind.js"
|
|
559
|
-
},
|
|
560
|
-
"./project-plan/print/index": {
|
|
561
|
-
"types": "./project-plan/print/index.d.ts",
|
|
562
|
-
"import": "./project-plan/print/index.js",
|
|
563
|
-
"default": "./project-plan/print/index.js"
|
|
564
|
-
},
|
|
565
|
-
"./project-plan/print/index.js": {
|
|
566
|
-
"types": "./project-plan/print/index.d.ts",
|
|
567
|
-
"import": "./project-plan/print/index.js",
|
|
568
|
-
"default": "./project-plan/print/index.js"
|
|
569
|
-
},
|
|
570
|
-
"./project-plan/print/print": {
|
|
571
|
-
"types": "./project-plan/print/print.d.ts",
|
|
572
|
-
"import": "./project-plan/print/print.js",
|
|
573
|
-
"default": "./project-plan/print/print.js"
|
|
574
|
-
},
|
|
575
|
-
"./project-plan/print/print.js": {
|
|
576
|
-
"types": "./project-plan/print/print.d.ts",
|
|
577
|
-
"import": "./project-plan/print/print.js",
|
|
578
|
-
"default": "./project-plan/print/print.js"
|
|
579
|
-
},
|
|
580
|
-
"./prompts/project-plan/index": {
|
|
581
|
-
"types": "./prompts/project-plan/index.d.ts",
|
|
582
|
-
"import": "./prompts/project-plan/index.js",
|
|
583
|
-
"default": "./prompts/project-plan/index.js"
|
|
584
|
-
},
|
|
585
|
-
"./prompts/project-plan/index.js": {
|
|
586
|
-
"types": "./prompts/project-plan/index.d.ts",
|
|
587
|
-
"import": "./prompts/project-plan/index.js",
|
|
588
|
-
"default": "./prompts/project-plan/index.js"
|
|
589
|
-
},
|
|
590
|
-
"./prompts/project-plan/project-plan": {
|
|
591
|
-
"types": "./prompts/project-plan/project-plan.d.ts",
|
|
592
|
-
"import": "./prompts/project-plan/project-plan.js",
|
|
593
|
-
"default": "./prompts/project-plan/project-plan.js"
|
|
594
|
-
},
|
|
595
|
-
"./prompts/project-plan/project-plan.js": {
|
|
596
|
-
"types": "./prompts/project-plan/project-plan.d.ts",
|
|
597
|
-
"import": "./prompts/project-plan/project-plan.js",
|
|
598
|
-
"default": "./prompts/project-plan/project-plan.js"
|
|
599
|
-
},
|
|
600
|
-
"./shared/commandExists": {
|
|
601
|
-
"types": "./shared/commandExists.d.ts",
|
|
602
|
-
"import": "./shared/commandExists.js",
|
|
603
|
-
"default": "./shared/commandExists.js"
|
|
604
|
-
},
|
|
605
|
-
"./shared/commandExists.js": {
|
|
606
|
-
"types": "./shared/commandExists.d.ts",
|
|
607
|
-
"import": "./shared/commandExists.js",
|
|
608
|
-
"default": "./shared/commandExists.js"
|
|
609
|
-
},
|
|
610
|
-
"./shared/execCommand": {
|
|
611
|
-
"types": "./shared/execCommand.d.ts",
|
|
612
|
-
"import": "./shared/execCommand.js",
|
|
613
|
-
"default": "./shared/execCommand.js"
|
|
614
|
-
},
|
|
615
|
-
"./shared/execCommand.js": {
|
|
616
|
-
"types": "./shared/execCommand.d.ts",
|
|
617
|
-
"import": "./shared/execCommand.js",
|
|
618
|
-
"default": "./shared/execCommand.js"
|
|
619
|
-
},
|
|
620
|
-
"./shared/fileExists": {
|
|
621
|
-
"types": "./shared/fileExists.d.ts",
|
|
622
|
-
"import": "./shared/fileExists.js",
|
|
623
|
-
"default": "./shared/fileExists.js"
|
|
624
|
-
},
|
|
625
|
-
"./shared/fileExists.js": {
|
|
626
|
-
"types": "./shared/fileExists.d.ts",
|
|
627
|
-
"import": "./shared/fileExists.js",
|
|
628
|
-
"default": "./shared/fileExists.js"
|
|
629
|
-
},
|
|
630
|
-
"./shared/index": {
|
|
631
|
-
"types": "./shared/index.d.ts",
|
|
632
|
-
"import": "./shared/index.js",
|
|
633
|
-
"default": "./shared/index.js"
|
|
634
|
-
},
|
|
635
|
-
"./shared/index.js": {
|
|
636
|
-
"types": "./shared/index.d.ts",
|
|
637
|
-
"import": "./shared/index.js",
|
|
638
|
-
"default": "./shared/index.js"
|
|
639
|
-
},
|
|
640
|
-
"./shared/runCommand": {
|
|
641
|
-
"types": "./shared/runCommand.d.ts",
|
|
642
|
-
"import": "./shared/runCommand.js",
|
|
643
|
-
"default": "./shared/runCommand.js"
|
|
644
|
-
},
|
|
645
|
-
"./shared/runCommand.js": {
|
|
646
|
-
"types": "./shared/runCommand.d.ts",
|
|
647
|
-
"import": "./shared/runCommand.js",
|
|
648
|
-
"default": "./shared/runCommand.js"
|
|
649
|
-
},
|
|
650
|
-
"./shared/semver": {
|
|
651
|
-
"types": "./shared/semver.d.ts",
|
|
652
|
-
"import": "./shared/semver.js",
|
|
653
|
-
"default": "./shared/semver.js"
|
|
654
|
-
},
|
|
655
|
-
"./shared/semver.js": {
|
|
656
|
-
"types": "./shared/semver.d.ts",
|
|
657
|
-
"import": "./shared/semver.js",
|
|
658
|
-
"default": "./shared/semver.js"
|
|
659
|
-
}
|
|
660
92
|
}
|
|
661
93
|
}
|
package/bin/vyriy.d.ts
DELETED
package/checks/node/index.d.ts
DELETED
package/checks/node/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './node.js';
|
package/checks/node/node.d.ts
DELETED