mirror of
https://github.com/tmlnv/obsidian-telegram-bridge.git
synced 2026-07-22 06:53:13 +00:00
16 lines
485 B
JSON
16 lines
485 B
JSON
{
|
|
"name": "obsidian-telegram",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Monorepo for the Obsidian Telegram plugin and Supabase backend",
|
|
"scripts": {
|
|
"verify": "node scripts/verify-local-env.mjs",
|
|
"bootstrap:supabase": "node scripts/bootstrap-supabase.mjs",
|
|
"build:plugin": "npm run build --prefix plugin",
|
|
"dev:plugin": "npm run dev --prefix plugin",
|
|
"test:plugin": "npm run test --prefix plugin"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|