2025-12-28 18:35:36 -08:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/email-shared",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
2025-12-30 01:35:18 -08:00
|
|
|
"type": "module",
|
2026-02-04 00:09:15 -08:00
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
2025-12-30 01:35:18 -08:00
|
|
|
"exports": {
|
2026-02-04 00:09:15 -08:00
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js"
|
|
|
|
|
}
|
2025-12-30 01:35:18 -08:00
|
|
|
},
|
2025-12-28 18:35:36 -08:00
|
|
|
"scripts": {
|
2026-02-04 00:09:15 -08:00
|
|
|
"build": "lixb",
|
2025-12-28 18:35:36 -08:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-04 00:19:56 -08:00
|
|
|
"@lilith/lix-configs": "^1.0.1",
|
2026-01-26 22:47:00 -08:00
|
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
2026-02-04 00:19:56 -08:00
|
|
|
"tsup": "^8.5.1",
|
2026-01-18 15:48:37 -08:00
|
|
|
"typescript": "^5.9.3"
|
2026-01-25 11:33:37 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-26 22:47:00 -08:00
|
|
|
"@lilith/service-registry": "^1.3.0"
|
2025-12-28 18:35:36 -08:00
|
|
|
}
|
|
|
|
|
}
|