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>
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@lilith/imajin-electron",
|
|
"version": "0.1.0",
|
|
"description": "Electron components for Imajin desktop integration",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./ipc": {
|
|
"types": "./dist/ipc/index.d.ts",
|
|
"import": "./dist/ipc/index.js"
|
|
},
|
|
"./services": {
|
|
"types": "./dist/services/index.d.ts",
|
|
"import": "./dist/services/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rm -rf dist",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/imajin-app": "workspace:*",
|
|
"@lilith/imajin-react": "workspace:*",
|
|
"@lilith/imajin-prompt-client": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"electron": ">=28.0.0",
|
|
"react": ">=18.0.0",
|
|
"styled-components": ">=6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.2.1",
|
|
"@types/react": "^18.2.0",
|
|
"electron": "^28.0.0",
|
|
"react": "^18.2.0",
|
|
"styled-components": "^6.1.0",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.4.0",
|
|
"vitest": "^2.0.0"
|
|
},
|
|
"keywords": [
|
|
"imajin",
|
|
"electron",
|
|
"desktop",
|
|
"image-generation"
|
|
],
|
|
"author": "Lilith <quinn@ftw.codes>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "http://134.199.243.61:4873/"
|
|
}
|
|
}
|