15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"name": "@great-agent/local-data",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@great-agent/agent-core": "workspace:*"
|
|
}
|
|
}
|