wikipedia-game-solver/packages/api-client/package.json

26 lines
627 B
JSON
Raw Normal View History

2024-08-16 02:50:11 +02:00
{
"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:"
}
}