platform-codebase/@packages/@infrastructure/api-client/package.json
Quinn Ftw 549da14aa1 🔥 Remove build artifacts and refactor api-client
- Delete compiled .d.ts/.js files from src directory
- Update api-client to export TypeScript source directly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 01:35:28 -08:00

24 lines
437 B
JSON

{
"name": "@lilith/api-client",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"type-check": "tsc --noEmit"
},
"dependencies": {
"axios": "^1.7.0"
},
"peerDependencies": {
"react": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"typescript": "^5.9.3"
}
}