-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 993 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 993 Bytes
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
{
"name": "@demos/identity-a2a",
"version": "0.0.1",
"private": true,
"homepage": "https://github.com/agentcommercekit/ack#readme",
"bugs": "https://github.com/agentcommercekit/ack/issues",
"license": "MIT",
"author": {
"name": "Catena Labs",
"url": "https://catenalabs.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agentcommercekit/ack.git",
"directory": "demos/identity-a2a"
},
"type": "module",
"scripts": {
"check:types": "tsc --noEmit",
"clean": "git clean -fdX .turbo",
"demo": "tsx ./src/run-demo.ts",
"test": "vitest"
},
"dependencies": {
"@a2a-js/sdk": "catalog:",
"@repo/cli-tools": "workspace:*",
"agentcommercekit": "workspace:*",
"express": "4.22.0",
"jose": "catalog:",
"safe-stable-stringify": "catalog:",
"uuid": "catalog:",
"valibot": "catalog:"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/express": "5.0.6"
}
}