mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "@lobechat/agent-tracing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./store": "./src/store/types.ts",
|
|
"./recorder": "./src/recorder/index.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"bin": {
|
|
"agent-tracing": "./src/cli/index.ts",
|
|
"at": "./src/cli/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^13.1.0",
|
|
"gpt-tokenizer": "^3.4.0"
|
|
}
|
|
}
|