12 lines
180 B
JSON
12 lines
180 B
JSON
{
|
|
"name": "@great-agent/local-data",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
}
|