- 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>
24 lines
437 B
JSON
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"
|
|
}
|
|
}
|