2026-01-21 12:30:22 -08:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/admin-api",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Shared API clients for Lilith Platform admin frontends",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./config": "./src/config.ts",
|
|
|
|
|
"./image-generation": "./src/image-generation.ts",
|
|
|
|
|
"./asset-storage": "./src/asset-storage.ts"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"lint": "eslint src/"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@lilith/imajin-app": ">=0.1.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-22 14:05:30 -08:00
|
|
|
"@lilith/configs": "workspace:*",
|
2026-01-22 14:21:15 -08:00
|
|
|
"@lilith/imajin-app": ">=0.1.0",
|
2026-01-21 12:30:22 -08:00
|
|
|
"typescript": "~5.8.3"
|
|
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public",
|
2026-06-10 21:15:37 -07:00
|
|
|
"registry": "http://npm.black.lan:4873"
|
2026-01-21 12:30:22 -08:00
|
|
|
},
|
|
|
|
|
"_": {
|
|
|
|
|
"registry": "forgejo",
|
|
|
|
|
"publish": true,
|
|
|
|
|
"build": true
|
|
|
|
|
}
|
|
|
|
|
}
|