e585bb2eed
Signed-off-by: baizhi958216 <1475289190@qq.com>
22 lines
371 B
JSON
22 lines
371 B
JSON
{
|
|
"name": "@infiplot/api-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@infiplot/types": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|