lilith-platform.live/codebase/@packages/@lilith/provider-api-client/package.json

32 lines
723 B
JSON

{
"name": "@lilith/provider-api-client",
"version": "1.0.0",
"description": "Type-safe HTTP client for the quinn.api surface",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "lixbuild",
"typecheck": "tsc --noEmit",
"test": "bun test"
},
"devDependencies": {
"@lilith/lix-build": "^1.0.7",
"@lilith/lix-configs": "^1.0.3",
"@types/bun": "^1.2.0",
"tsup": "^8.0.0",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
}
}