-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 849 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 849 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
{
"name": "tacit-protocol",
"version": "0.1.0",
"private": true,
"description": "The social protocol for the agent era — AI agents discover, trust, and introduce the humans they represent",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspace=packages/sdk-ts",
"test": "npm run test --workspace=packages/sdk-ts",
"dev": "npm run dev --workspace=packages/sdk-ts",
"demo": "npx tsx examples/basic-intro/demo.ts",
"demo:b2b": "npx tsx examples/b2b-networking/demo.ts"
},
"keywords": [
"tacit",
"protocol",
"ai-agent",
"social-networking",
"decentralized-identity",
"did",
"mcp",
"a2a"
],
"author": "Tacit Protocol Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tacitprotocol/tacit"
}
}