black homelan is gone; point install+publish+auth at the live cocotte ct-forge verdaccio (:4873) / forgejo (:3000). Config-only; resolution verified. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
37 lines
849 B
JSON
37 lines
849 B
JSON
{
|
|
"name": "@lilith/imajin-media-gallery-client",
|
|
"version": "0.1.0",
|
|
"description": "HTTP client for Imajin media gallery service",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rm -rf dist",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/imajin-media-gallery-types": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.2.1",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.4.0"
|
|
},
|
|
"keywords": ["imajin", "media-gallery", "client", "http"],
|
|
"author": "Lilith <quinn@ftw.codes>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "http://134.199.243.61:4873/"
|
|
}
|
|
}
|