platform-codebase/features/profile/client/identifier/package.json
Lilith 9b38576f93 chore(profile): 🔧 Update profile-related configuration in app.module.ts and related files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 05:14:44 -08:00

28 lines
642 B
JSON

{
"name": "@lilith/profile-identifier-client",
"version": "1.0.0",
"description": "Client library for profile identifier management",
"private": true,
"type": "module",
"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"
},
"dependencies": {
"@lilith/identifier-utils": "*",
"@lilith/service-registry": "^1.3.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}