imajin/@packages/imajin-config/package.json
Natalie 7e6a383260 chore(registry): cut @lilith npm/swift registry from dead black to ct-forge (134.199.243.61)
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>
2026-06-28 18:39:33 -04:00

59 lines
1.5 KiB
JSON

{
"name": "@lilith/imajin-config",
"version": "0.1.1",
"description": "Configuration helpers for @imajin - poses, subjects, and styling templates",
"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",
"require": "./dist/index.cjs"
},
"./poses": {
"types": "./dist/poses.d.ts",
"import": "./dist/poses.js",
"require": "./dist/poses.cjs"
},
"./subjects": {
"types": "./dist/subjects.d.ts",
"import": "./dist/subjects.js",
"require": "./dist/subjects.cjs"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"attrs:export": "tsx scripts/export-attributes.ts",
"attrs:analyze": "vitest run tests/coverage-analysis.test.ts",
"attrs:coverage": "tsx scripts/export-attributes.ts --offline && vitest run tests/coverage-analysis.test.ts"
},
"devDependencies": {
"@lilith/configs": "^2.2.1",
"tsup": "^8.0.0",
"tsx": "^4.7.0",
"typescript": "^5.4.0",
"vitest": "^2.0.0"
},
"keywords": [
"imajin",
"config",
"poses",
"subjects",
"image-generation"
],
"author": "Lilith <quinn@ftw.codes>",
"license": "MIT",
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
}
}