mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
12 lines
160 B
JSON
12 lines
160 B
JSON
{
|
|
"name": "notify",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"lib": "workspace:*"
|
|
},
|
|
"build": {
|
|
"bundle": "src/notify.ts"
|
|
}
|
|
}
|