@evalops/sdk-ts 0.1.13
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 +15 -0
- package/dist/agentregistry/v1/service_pb.d.ts +458 -0
- package/dist/agentregistry/v1/service_pb.js +100 -0
- package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
- package/dist/agentruntime/v1/runtime_pb.js +480 -0
- package/dist/agents/v1/agents_pb.d.ts +1151 -0
- package/dist/agents/v1/agents_pb.js +256 -0
- package/dist/approvals/v1/approvals_pb.d.ts +788 -0
- package/dist/approvals/v1/approvals_pb.js +212 -0
- package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
- package/dist/artifacts/v1/artifacts_pb.js +292 -0
- package/dist/attestation/v1/attestation_pb.d.ts +359 -0
- package/dist/attestation/v1/attestation_pb.js +84 -0
- package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
- package/dist/attribution/v1/attribution_pb.js +285 -0
- package/dist/audit/v1/audit_pb.d.ts +1151 -0
- package/dist/audit/v1/audit_pb.js +262 -0
- package/dist/buf/validate/validate_pb.d.ts +4827 -0
- package/dist/buf/validate/validate_pb.js +356 -0
- package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
- package/dist/catalogs/v1/catalogs_pb.js +38 -0
- package/dist/common/v1/analytics_pb.d.ts +134 -0
- package/dist/common/v1/analytics_pb.js +72 -0
- package/dist/common/v1/authz_pb.d.ts +23 -0
- package/dist/common/v1/authz_pb.js +26 -0
- package/dist/common/v1/delivery_pb.d.ts +36 -0
- package/dist/common/v1/delivery_pb.js +40 -0
- package/dist/common/v1/entity_pb.d.ts +44 -0
- package/dist/common/v1/entity_pb.js +48 -0
- package/dist/common/v1/risk_pb.d.ts +36 -0
- package/dist/common/v1/risk_pb.js +40 -0
- package/dist/compliance/v1/compliance_pb.d.ts +866 -0
- package/dist/compliance/v1/compliance_pb.js +240 -0
- package/dist/config/v1/config_pb.d.ts +589 -0
- package/dist/config/v1/config_pb.js +164 -0
- package/dist/connectors/v1/connectors_pb.d.ts +653 -0
- package/dist/connectors/v1/connectors_pb.js +236 -0
- package/dist/entities/v1/entities_pb.d.ts +784 -0
- package/dist/entities/v1/entities_pb.js +197 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
- package/dist/events/v1/change_pb.d.ts +60 -0
- package/dist/events/v1/change_pb.js +14 -0
- package/dist/events/v1/cloudevent_pb.d.ts +63 -0
- package/dist/events/v1/cloudevent_pb.js +14 -0
- package/dist/events/v1/evaluation_pb.d.ts +124 -0
- package/dist/events/v1/evaluation_pb.js +24 -0
- package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
- package/dist/fermata/v1/fermata_pb.js +515 -0
- package/dist/fermata/v1/worker_pb.d.ts +223 -0
- package/dist/fermata/v1/worker_pb.js +55 -0
- package/dist/gate/v1/audit_pb.d.ts +243 -0
- package/dist/gate/v1/audit_pb.js +60 -0
- package/dist/gate/v1/connector_pb.d.ts +360 -0
- package/dist/gate/v1/connector_pb.js +91 -0
- package/dist/gate/v1/controlplane_pb.d.ts +345 -0
- package/dist/gate/v1/controlplane_pb.js +19 -0
- package/dist/gate/v1/identity_group_pb.d.ts +255 -0
- package/dist/gate/v1/identity_group_pb.js +90 -0
- package/dist/gate/v1/recording_pb.d.ts +93 -0
- package/dist/gate/v1/recording_pb.js +35 -0
- package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
- package/dist/gate/v1/resource_policy_pb.js +145 -0
- package/dist/gate/v1/tenant_pb.d.ts +273 -0
- package/dist/gate/v1/tenant_pb.js +101 -0
- package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
- package/dist/gate/v1/webhook_access_pb.js +105 -0
- package/dist/google/api/annotations_pb.d.ts +13 -0
- package/dist/google/api/annotations_pb.js +26 -0
- package/dist/google/api/http_pb.d.ts +440 -0
- package/dist/google/api/http_pb.js +33 -0
- package/dist/governance/v1/governance_pb.d.ts +1219 -0
- package/dist/governance/v1/governance_pb.js +376 -0
- package/dist/identity/v1/organizations_pb.d.ts +621 -0
- package/dist/identity/v1/organizations_pb.js +166 -0
- package/dist/identity/v1/sessions_pb.d.ts +78 -0
- package/dist/identity/v1/sessions_pb.js +19 -0
- package/dist/identity/v1/tokens_pb.d.ts +332 -0
- package/dist/identity/v1/tokens_pb.js +56 -0
- package/dist/ingest/v1/admin_pb.d.ts +471 -0
- package/dist/ingest/v1/admin_pb.js +112 -0
- package/dist/ingest/v1/event_pb.d.ts +155 -0
- package/dist/ingest/v1/event_pb.js +24 -0
- package/dist/keys/v1/keys_pb.d.ts +241 -0
- package/dist/keys/v1/keys_pb.js +52 -0
- package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
- package/dist/llmgateway/v1/gateway_pb.js +79 -0
- package/dist/memory/v1/memory_pb.d.ts +1260 -0
- package/dist/memory/v1/memory_pb.js +243 -0
- package/dist/meter/v1/meter_pb.d.ts +1691 -0
- package/dist/meter/v1/meter_pb.js +263 -0
- package/dist/notifications/v1/notifications_pb.d.ts +777 -0
- package/dist/notifications/v1/notifications_pb.js +257 -0
- package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
- package/dist/objectives/v1/objectives_pb.js +340 -0
- package/dist/posture/v1/posture_pb.d.ts +357 -0
- package/dist/posture/v1/posture_pb.js +88 -0
- package/dist/prompts/v1/prompts_pb.d.ts +864 -0
- package/dist/prompts/v1/prompts_pb.js +156 -0
- package/dist/relationships/v1/relationships_pb.d.ts +367 -0
- package/dist/relationships/v1/relationships_pb.js +96 -0
- package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
- package/dist/secretbroker/v1/broker_pb.js +168 -0
- package/dist/skills/v1/skills_pb.d.ts +652 -0
- package/dist/skills/v1/skills_pb.js +164 -0
- package/dist/tap/v1/admin_pb.d.ts +530 -0
- package/dist/tap/v1/admin_pb.js +132 -0
- package/dist/tap/v1/event_pb.d.ts +141 -0
- package/dist/tap/v1/event_pb.js +27 -0
- package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
- package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
- package/dist/traces/v1/traces_pb.d.ts +633 -0
- package/dist/traces/v1/traces_pb.js +163 -0
- package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
- package/dist/workflows/v1/workflows_pb.js +431 -0
- package/package.json +272 -0
package/package.json
ADDED
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@evalops/sdk-ts",
|
|
3
|
+
"version": "0.1.13",
|
|
4
|
+
"description": "Generated TypeScript SDK protobuf types for EvalOps public APIs",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"files": [
|
|
8
|
+
"README.md",
|
|
9
|
+
"dist",
|
|
10
|
+
"package.json"
|
|
11
|
+
],
|
|
12
|
+
"exports": {
|
|
13
|
+
"./agentregistry/v1/service_pb": {
|
|
14
|
+
"types": "./dist/agentregistry/v1/service_pb.d.ts",
|
|
15
|
+
"import": "./dist/agentregistry/v1/service_pb.js"
|
|
16
|
+
},
|
|
17
|
+
"./agentruntime/v1/runtime_pb": {
|
|
18
|
+
"types": "./dist/agentruntime/v1/runtime_pb.d.ts",
|
|
19
|
+
"import": "./dist/agentruntime/v1/runtime_pb.js"
|
|
20
|
+
},
|
|
21
|
+
"./agents/v1/agents_pb": {
|
|
22
|
+
"types": "./dist/agents/v1/agents_pb.d.ts",
|
|
23
|
+
"import": "./dist/agents/v1/agents_pb.js"
|
|
24
|
+
},
|
|
25
|
+
"./approvals/v1/approvals_pb": {
|
|
26
|
+
"types": "./dist/approvals/v1/approvals_pb.d.ts",
|
|
27
|
+
"import": "./dist/approvals/v1/approvals_pb.js"
|
|
28
|
+
},
|
|
29
|
+
"./artifacts/v1/artifacts_pb": {
|
|
30
|
+
"types": "./dist/artifacts/v1/artifacts_pb.d.ts",
|
|
31
|
+
"import": "./dist/artifacts/v1/artifacts_pb.js"
|
|
32
|
+
},
|
|
33
|
+
"./attestation/v1/attestation_pb": {
|
|
34
|
+
"types": "./dist/attestation/v1/attestation_pb.d.ts",
|
|
35
|
+
"import": "./dist/attestation/v1/attestation_pb.js"
|
|
36
|
+
},
|
|
37
|
+
"./attribution/v1/attribution_pb": {
|
|
38
|
+
"types": "./dist/attribution/v1/attribution_pb.d.ts",
|
|
39
|
+
"import": "./dist/attribution/v1/attribution_pb.js"
|
|
40
|
+
},
|
|
41
|
+
"./audit/v1/audit_pb": {
|
|
42
|
+
"types": "./dist/audit/v1/audit_pb.d.ts",
|
|
43
|
+
"import": "./dist/audit/v1/audit_pb.js"
|
|
44
|
+
},
|
|
45
|
+
"./buf/validate/validate_pb": {
|
|
46
|
+
"types": "./dist/buf/validate/validate_pb.d.ts",
|
|
47
|
+
"import": "./dist/buf/validate/validate_pb.js"
|
|
48
|
+
},
|
|
49
|
+
"./catalogs/v1/catalogs_pb": {
|
|
50
|
+
"types": "./dist/catalogs/v1/catalogs_pb.d.ts",
|
|
51
|
+
"import": "./dist/catalogs/v1/catalogs_pb.js"
|
|
52
|
+
},
|
|
53
|
+
"./common/v1/analytics_pb": {
|
|
54
|
+
"types": "./dist/common/v1/analytics_pb.d.ts",
|
|
55
|
+
"import": "./dist/common/v1/analytics_pb.js"
|
|
56
|
+
},
|
|
57
|
+
"./common/v1/authz_pb": {
|
|
58
|
+
"types": "./dist/common/v1/authz_pb.d.ts",
|
|
59
|
+
"import": "./dist/common/v1/authz_pb.js"
|
|
60
|
+
},
|
|
61
|
+
"./common/v1/delivery_pb": {
|
|
62
|
+
"types": "./dist/common/v1/delivery_pb.d.ts",
|
|
63
|
+
"import": "./dist/common/v1/delivery_pb.js"
|
|
64
|
+
},
|
|
65
|
+
"./common/v1/entity_pb": {
|
|
66
|
+
"types": "./dist/common/v1/entity_pb.d.ts",
|
|
67
|
+
"import": "./dist/common/v1/entity_pb.js"
|
|
68
|
+
},
|
|
69
|
+
"./common/v1/risk_pb": {
|
|
70
|
+
"types": "./dist/common/v1/risk_pb.d.ts",
|
|
71
|
+
"import": "./dist/common/v1/risk_pb.js"
|
|
72
|
+
},
|
|
73
|
+
"./compliance/v1/compliance_pb": {
|
|
74
|
+
"types": "./dist/compliance/v1/compliance_pb.d.ts",
|
|
75
|
+
"import": "./dist/compliance/v1/compliance_pb.js"
|
|
76
|
+
},
|
|
77
|
+
"./config/v1/config_pb": {
|
|
78
|
+
"types": "./dist/config/v1/config_pb.d.ts",
|
|
79
|
+
"import": "./dist/config/v1/config_pb.js"
|
|
80
|
+
},
|
|
81
|
+
"./connectors/v1/connectors_pb": {
|
|
82
|
+
"types": "./dist/connectors/v1/connectors_pb.d.ts",
|
|
83
|
+
"import": "./dist/connectors/v1/connectors_pb.js"
|
|
84
|
+
},
|
|
85
|
+
"./entities/v1/entities_pb": {
|
|
86
|
+
"types": "./dist/entities/v1/entities_pb.d.ts",
|
|
87
|
+
"import": "./dist/entities/v1/entities_pb.js"
|
|
88
|
+
},
|
|
89
|
+
"./evalpipeline/v1/evalpipeline_pb": {
|
|
90
|
+
"types": "./dist/evalpipeline/v1/evalpipeline_pb.d.ts",
|
|
91
|
+
"import": "./dist/evalpipeline/v1/evalpipeline_pb.js"
|
|
92
|
+
},
|
|
93
|
+
"./events/v1/change_pb": {
|
|
94
|
+
"types": "./dist/events/v1/change_pb.d.ts",
|
|
95
|
+
"import": "./dist/events/v1/change_pb.js"
|
|
96
|
+
},
|
|
97
|
+
"./events/v1/cloudevent_pb": {
|
|
98
|
+
"types": "./dist/events/v1/cloudevent_pb.d.ts",
|
|
99
|
+
"import": "./dist/events/v1/cloudevent_pb.js"
|
|
100
|
+
},
|
|
101
|
+
"./events/v1/evaluation_pb": {
|
|
102
|
+
"types": "./dist/events/v1/evaluation_pb.d.ts",
|
|
103
|
+
"import": "./dist/events/v1/evaluation_pb.js"
|
|
104
|
+
},
|
|
105
|
+
"./fermata/v1/fermata_pb": {
|
|
106
|
+
"types": "./dist/fermata/v1/fermata_pb.d.ts",
|
|
107
|
+
"import": "./dist/fermata/v1/fermata_pb.js"
|
|
108
|
+
},
|
|
109
|
+
"./fermata/v1/worker_pb": {
|
|
110
|
+
"types": "./dist/fermata/v1/worker_pb.d.ts",
|
|
111
|
+
"import": "./dist/fermata/v1/worker_pb.js"
|
|
112
|
+
},
|
|
113
|
+
"./gate/v1/audit_pb": {
|
|
114
|
+
"types": "./dist/gate/v1/audit_pb.d.ts",
|
|
115
|
+
"import": "./dist/gate/v1/audit_pb.js"
|
|
116
|
+
},
|
|
117
|
+
"./gate/v1/connector_pb": {
|
|
118
|
+
"types": "./dist/gate/v1/connector_pb.d.ts",
|
|
119
|
+
"import": "./dist/gate/v1/connector_pb.js"
|
|
120
|
+
},
|
|
121
|
+
"./gate/v1/controlplane_pb": {
|
|
122
|
+
"types": "./dist/gate/v1/controlplane_pb.d.ts",
|
|
123
|
+
"import": "./dist/gate/v1/controlplane_pb.js"
|
|
124
|
+
},
|
|
125
|
+
"./gate/v1/identity_group_pb": {
|
|
126
|
+
"types": "./dist/gate/v1/identity_group_pb.d.ts",
|
|
127
|
+
"import": "./dist/gate/v1/identity_group_pb.js"
|
|
128
|
+
},
|
|
129
|
+
"./gate/v1/recording_pb": {
|
|
130
|
+
"types": "./dist/gate/v1/recording_pb.d.ts",
|
|
131
|
+
"import": "./dist/gate/v1/recording_pb.js"
|
|
132
|
+
},
|
|
133
|
+
"./gate/v1/resource_policy_pb": {
|
|
134
|
+
"types": "./dist/gate/v1/resource_policy_pb.d.ts",
|
|
135
|
+
"import": "./dist/gate/v1/resource_policy_pb.js"
|
|
136
|
+
},
|
|
137
|
+
"./gate/v1/tenant_pb": {
|
|
138
|
+
"types": "./dist/gate/v1/tenant_pb.d.ts",
|
|
139
|
+
"import": "./dist/gate/v1/tenant_pb.js"
|
|
140
|
+
},
|
|
141
|
+
"./gate/v1/webhook_access_pb": {
|
|
142
|
+
"types": "./dist/gate/v1/webhook_access_pb.d.ts",
|
|
143
|
+
"import": "./dist/gate/v1/webhook_access_pb.js"
|
|
144
|
+
},
|
|
145
|
+
"./google/api/annotations_pb": {
|
|
146
|
+
"types": "./dist/google/api/annotations_pb.d.ts",
|
|
147
|
+
"import": "./dist/google/api/annotations_pb.js"
|
|
148
|
+
},
|
|
149
|
+
"./google/api/http_pb": {
|
|
150
|
+
"types": "./dist/google/api/http_pb.d.ts",
|
|
151
|
+
"import": "./dist/google/api/http_pb.js"
|
|
152
|
+
},
|
|
153
|
+
"./governance/v1/governance_pb": {
|
|
154
|
+
"types": "./dist/governance/v1/governance_pb.d.ts",
|
|
155
|
+
"import": "./dist/governance/v1/governance_pb.js"
|
|
156
|
+
},
|
|
157
|
+
"./identity/v1/organizations_pb": {
|
|
158
|
+
"types": "./dist/identity/v1/organizations_pb.d.ts",
|
|
159
|
+
"import": "./dist/identity/v1/organizations_pb.js"
|
|
160
|
+
},
|
|
161
|
+
"./identity/v1/sessions_pb": {
|
|
162
|
+
"types": "./dist/identity/v1/sessions_pb.d.ts",
|
|
163
|
+
"import": "./dist/identity/v1/sessions_pb.js"
|
|
164
|
+
},
|
|
165
|
+
"./identity/v1/tokens_pb": {
|
|
166
|
+
"types": "./dist/identity/v1/tokens_pb.d.ts",
|
|
167
|
+
"import": "./dist/identity/v1/tokens_pb.js"
|
|
168
|
+
},
|
|
169
|
+
"./ingest/v1/admin_pb": {
|
|
170
|
+
"types": "./dist/ingest/v1/admin_pb.d.ts",
|
|
171
|
+
"import": "./dist/ingest/v1/admin_pb.js"
|
|
172
|
+
},
|
|
173
|
+
"./ingest/v1/event_pb": {
|
|
174
|
+
"types": "./dist/ingest/v1/event_pb.d.ts",
|
|
175
|
+
"import": "./dist/ingest/v1/event_pb.js"
|
|
176
|
+
},
|
|
177
|
+
"./keys/v1/keys_pb": {
|
|
178
|
+
"types": "./dist/keys/v1/keys_pb.d.ts",
|
|
179
|
+
"import": "./dist/keys/v1/keys_pb.js"
|
|
180
|
+
},
|
|
181
|
+
"./llmgateway/v1/gateway_pb": {
|
|
182
|
+
"types": "./dist/llmgateway/v1/gateway_pb.d.ts",
|
|
183
|
+
"import": "./dist/llmgateway/v1/gateway_pb.js"
|
|
184
|
+
},
|
|
185
|
+
"./memory/v1/memory_pb": {
|
|
186
|
+
"types": "./dist/memory/v1/memory_pb.d.ts",
|
|
187
|
+
"import": "./dist/memory/v1/memory_pb.js"
|
|
188
|
+
},
|
|
189
|
+
"./meter/v1/meter_pb": {
|
|
190
|
+
"types": "./dist/meter/v1/meter_pb.d.ts",
|
|
191
|
+
"import": "./dist/meter/v1/meter_pb.js"
|
|
192
|
+
},
|
|
193
|
+
"./notifications/v1/notifications_pb": {
|
|
194
|
+
"types": "./dist/notifications/v1/notifications_pb.d.ts",
|
|
195
|
+
"import": "./dist/notifications/v1/notifications_pb.js"
|
|
196
|
+
},
|
|
197
|
+
"./objectives/v1/objectives_pb": {
|
|
198
|
+
"types": "./dist/objectives/v1/objectives_pb.d.ts",
|
|
199
|
+
"import": "./dist/objectives/v1/objectives_pb.js"
|
|
200
|
+
},
|
|
201
|
+
"./posture/v1/posture_pb": {
|
|
202
|
+
"types": "./dist/posture/v1/posture_pb.d.ts",
|
|
203
|
+
"import": "./dist/posture/v1/posture_pb.js"
|
|
204
|
+
},
|
|
205
|
+
"./prompts/v1/prompts_pb": {
|
|
206
|
+
"types": "./dist/prompts/v1/prompts_pb.d.ts",
|
|
207
|
+
"import": "./dist/prompts/v1/prompts_pb.js"
|
|
208
|
+
},
|
|
209
|
+
"./relationships/v1/relationships_pb": {
|
|
210
|
+
"types": "./dist/relationships/v1/relationships_pb.d.ts",
|
|
211
|
+
"import": "./dist/relationships/v1/relationships_pb.js"
|
|
212
|
+
},
|
|
213
|
+
"./secretbroker/v1/broker_pb": {
|
|
214
|
+
"types": "./dist/secretbroker/v1/broker_pb.d.ts",
|
|
215
|
+
"import": "./dist/secretbroker/v1/broker_pb.js"
|
|
216
|
+
},
|
|
217
|
+
"./skills/v1/skills_pb": {
|
|
218
|
+
"types": "./dist/skills/v1/skills_pb.d.ts",
|
|
219
|
+
"import": "./dist/skills/v1/skills_pb.js"
|
|
220
|
+
},
|
|
221
|
+
"./tap/v1/admin_pb": {
|
|
222
|
+
"types": "./dist/tap/v1/admin_pb.d.ts",
|
|
223
|
+
"import": "./dist/tap/v1/admin_pb.js"
|
|
224
|
+
},
|
|
225
|
+
"./tap/v1/event_pb": {
|
|
226
|
+
"types": "./dist/tap/v1/event_pb.d.ts",
|
|
227
|
+
"import": "./dist/tap/v1/event_pb.js"
|
|
228
|
+
},
|
|
229
|
+
"./toolexecution/v1/toolexecution_pb": {
|
|
230
|
+
"types": "./dist/toolexecution/v1/toolexecution_pb.d.ts",
|
|
231
|
+
"import": "./dist/toolexecution/v1/toolexecution_pb.js"
|
|
232
|
+
},
|
|
233
|
+
"./traces/v1/traces_pb": {
|
|
234
|
+
"types": "./dist/traces/v1/traces_pb.d.ts",
|
|
235
|
+
"import": "./dist/traces/v1/traces_pb.js"
|
|
236
|
+
},
|
|
237
|
+
"./workflows/v1/workflows_pb": {
|
|
238
|
+
"types": "./dist/workflows/v1/workflows_pb.d.ts",
|
|
239
|
+
"import": "./dist/workflows/v1/workflows_pb.js"
|
|
240
|
+
},
|
|
241
|
+
"./package.json": "./package.json"
|
|
242
|
+
},
|
|
243
|
+
"scripts": {
|
|
244
|
+
"build": "rm -rf dist && tsc -p tsconfig.json",
|
|
245
|
+
"check:package": "npm run build && node scripts/check-package-exports.mjs",
|
|
246
|
+
"prepack": "npm run build",
|
|
247
|
+
"smoke:core-services": "node scripts/smoke-core-service-package.mjs"
|
|
248
|
+
},
|
|
249
|
+
"repository": {
|
|
250
|
+
"type": "git",
|
|
251
|
+
"url": "git+https://github.com/evalops/platform.git",
|
|
252
|
+
"directory": "gen/ts"
|
|
253
|
+
},
|
|
254
|
+
"publishConfig": {
|
|
255
|
+
"access": "public",
|
|
256
|
+
"provenance": true
|
|
257
|
+
},
|
|
258
|
+
"license": "UNLICENSED",
|
|
259
|
+
"bugs": {
|
|
260
|
+
"url": "https://github.com/evalops/platform/issues"
|
|
261
|
+
},
|
|
262
|
+
"homepage": "https://github.com/evalops/platform#readme",
|
|
263
|
+
"engines": {
|
|
264
|
+
"node": ">=20"
|
|
265
|
+
},
|
|
266
|
+
"dependencies": {
|
|
267
|
+
"@bufbuild/protobuf": "^2.11.0"
|
|
268
|
+
},
|
|
269
|
+
"devDependencies": {
|
|
270
|
+
"typescript": "^6.0.2"
|
|
271
|
+
}
|
|
272
|
+
}
|