platform-codebase/features/email/shared/package.json

27 lines
575 B
JSON
Executable file

{
"name": "@lilith/email-shared",
"version": "1.0.0",
"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": "lixb",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@lilith/service-registry": "^1.3.0"
}
}