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>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@lilith/imajin-moderator-client",
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"description": "TypeScript client for the imajin-moderator content safety service",
|
|
"author": {
|
|
"name": "Lilith Platform",
|
|
"email": "quinn@ftw.codes"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "lixbuild",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "lixtest",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@nestjs/common": "^11.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@lilith/service-registry": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.2.0",
|
|
"@lilith/lix-build": "^1.0.7",
|
|
"@lilith/lix-configs": "^1.0.1",
|
|
"@lilith/lix-test": "^1.0.0",
|
|
"@types/node": "^20.19.28",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://134.199.243.61:4873/"
|
|
}
|
|
}
|