{ "name": "@lilith/api-client", "version": "1.0.0", "private": true, "type": "module", "description": "Shared API client utilities (axios instance factory) for the lilith platform", "author": { "name": "QuinnFTW", "email": "TransQuinnFTW@pm.me", "url": "https://github.com/transquinnftw" }, "repository": { "type": "git", "url": "https://github.com/transquinnftw/lilith-platform.git" }, "bugs": { "url": "https://github.com/transquinnftw/lilith-platform/issues" }, "homepage": "https://github.com/transquinnftw/lilith-platform#readme", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "build": "tsc", "test": "vitest run --passWithNoTests", "lint": "eslint . --ext ts" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@lilith/config": "workspace:*", "@types/node": "^20.0.0", "typescript": "^5.0.0", "vite": "^5.0.0", "vitest": "^2.0.0" } }