-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 4.8 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 4.8 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@evalops/proto",
"version": "0.1.0",
"description": "Generated TypeScript protobuf types and Connect descriptors for evalops/proto",
"type": "module",
"sideEffects": false,
"files": [
"README.md",
"gen/dist",
"package.json"
],
"exports": {
"./agents/v1/agents_pb": {
"types": "./gen/dist/agents/v1/agents_pb.d.ts",
"import": "./gen/dist/agents/v1/agents_pb.js"
},
"./attribution/v1/attribution_pb": {
"types": "./gen/dist/attribution/v1/attribution_pb.d.ts",
"import": "./gen/dist/attribution/v1/attribution_pb.js"
},
"./approvals/v1/approvals_pb": {
"types": "./gen/dist/approvals/v1/approvals_pb.d.ts",
"import": "./gen/dist/approvals/v1/approvals_pb.js"
},
"./audit/v1/audit_pb": {
"types": "./gen/dist/audit/v1/audit_pb.d.ts",
"import": "./gen/dist/audit/v1/audit_pb.js"
},
"./compliance/v1/compliance_pb": {
"types": "./gen/dist/compliance/v1/compliance_pb.d.ts",
"import": "./gen/dist/compliance/v1/compliance_pb.js"
},
"./config/v1/config_pb": {
"types": "./gen/dist/config/v1/config_pb.d.ts",
"import": "./gen/dist/config/v1/config_pb.js"
},
"./connectors/v1/connectors_pb": {
"types": "./gen/dist/connectors/v1/connectors_pb.d.ts",
"import": "./gen/dist/connectors/v1/connectors_pb.js"
},
"./entities/v1/entities_pb": {
"types": "./gen/dist/entities/v1/entities_pb.d.ts",
"import": "./gen/dist/entities/v1/entities_pb.js"
},
"./events/v1/change_pb": {
"types": "./gen/dist/events/v1/change_pb.d.ts",
"import": "./gen/dist/events/v1/change_pb.js"
},
"./events/v1/cloudevent_pb": {
"types": "./gen/dist/events/v1/cloudevent_pb.d.ts",
"import": "./gen/dist/events/v1/cloudevent_pb.js"
},
"./events/v1/evaluation_pb": {
"types": "./gen/dist/events/v1/evaluation_pb.d.ts",
"import": "./gen/dist/events/v1/evaluation_pb.js"
},
"./governance/v1/governance_pb": {
"types": "./gen/dist/governance/v1/governance_pb.d.ts",
"import": "./gen/dist/governance/v1/governance_pb.js"
},
"./identity/v1/organizations_pb": {
"types": "./gen/dist/identity/v1/organizations_pb.d.ts",
"import": "./gen/dist/identity/v1/organizations_pb.js"
},
"./identity/v1/sessions_pb": {
"types": "./gen/dist/identity/v1/sessions_pb.d.ts",
"import": "./gen/dist/identity/v1/sessions_pb.js"
},
"./identity/v1/tokens_pb": {
"types": "./gen/dist/identity/v1/tokens_pb.d.ts",
"import": "./gen/dist/identity/v1/tokens_pb.js"
},
"./keys/v1/keys_pb": {
"types": "./gen/dist/keys/v1/keys_pb.d.ts",
"import": "./gen/dist/keys/v1/keys_pb.js"
},
"./memory/v1/memory_pb": {
"types": "./gen/dist/memory/v1/memory_pb.d.ts",
"import": "./gen/dist/memory/v1/memory_pb.js"
},
"./meter/v1/meter_pb": {
"types": "./gen/dist/meter/v1/meter_pb.d.ts",
"import": "./gen/dist/meter/v1/meter_pb.js"
},
"./notifications/v1/notifications_pb": {
"types": "./gen/dist/notifications/v1/notifications_pb.d.ts",
"import": "./gen/dist/notifications/v1/notifications_pb.js"
},
"./objectives/v1/objectives_pb": {
"types": "./gen/dist/objectives/v1/objectives_pb.d.ts",
"import": "./gen/dist/objectives/v1/objectives_pb.js"
},
"./prompts/v1/prompts_pb": {
"types": "./gen/dist/prompts/v1/prompts_pb.d.ts",
"import": "./gen/dist/prompts/v1/prompts_pb.js"
},
"./registry/v1/registry_pb": {
"types": "./gen/dist/registry/v1/registry_pb.d.ts",
"import": "./gen/dist/registry/v1/registry_pb.js"
},
"./skills/v1/skills_pb": {
"types": "./gen/dist/skills/v1/skills_pb.d.ts",
"import": "./gen/dist/skills/v1/skills_pb.js"
},
"./tap/v1/event_pb": {
"types": "./gen/dist/tap/v1/event_pb.d.ts",
"import": "./gen/dist/tap/v1/event_pb.js"
},
"./traces/v1/traces_pb": {
"types": "./gen/dist/traces/v1/traces_pb.d.ts",
"import": "./gen/dist/traces/v1/traces_pb.js"
},
"./workflows/v1/workflows_pb": {
"types": "./gen/dist/workflows/v1/workflows_pb.d.ts",
"import": "./gen/dist/workflows/v1/workflows_pb.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsc -p tsconfig.package.json",
"check:package": "npm run build && node scripts/check-package-exports.mjs",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evalops/proto.git"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/evalops/proto/issues"
},
"homepage": "https://github.com/evalops/proto#readme",
"engines": {
"node": ">=20"
},
"dependencies": {
"@bufbuild/protobuf": "^2.11.0"
},
"devDependencies": {
"typescript": "^6.0.2"
}
}