26 lines
627 B
JSON
26 lines
627 B
JSON
|
{
|
||
|
"name": "@repo/api-client",
|
||
|
"version": "1.0.0-staging.3",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"exports": {
|
||
|
".": "./src/api.ts"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint:eslint": "eslint src --max-warnings 0 --report-unused-disable-directives",
|
||
|
"lint:typescript": "tsc --noEmit"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@tuyau/client": "catalog:"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@repo/eslint-config": "workspace:*",
|
||
|
"@repo/config-typescript": "workspace:*",
|
||
|
"@repo/api": "workspace:",
|
||
|
"@types/node": "catalog:",
|
||
|
"@total-typescript/ts-reset": "catalog:",
|
||
|
"eslint": "catalog:",
|
||
|
"typescript": "catalog:"
|
||
|
}
|
||
|
}
|