Files
lila/ui/notify/package.json

12 lines
160 B
JSON

{
"name": "notify",
"private": true,
"type": "module",
"dependencies": {
"lib": "workspace:*"
},
"build": {
"bundle": "src/notify.ts"
}
}