chore: migrate package manager from npm to bun

This commit is contained in:
RhenCloud 2026-08-13 20:34:52 +08:00
parent cf65111e4e
commit 41ad1a036b
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
14 changed files with 1903 additions and 16113 deletions

View file

@ -3,6 +3,7 @@
"version": "0.3.0",
"private": true,
"type": "module",
"packageManager": "bun@1.3.14",
"description": "GitHub / Gitea webhook → Discord / Telegram dispatcher on Cloudflare Workers (Nuxt 4)",
"scripts": {
"dev": "nuxt dev",
@ -28,6 +29,9 @@
"octokit": "^4.1.0",
"vue": "^3.5.13"
},
"overrides": {
"@nuxt/kit": "3.21.11"
},
"devDependencies": {
"@cloudflare/workers-types": "^5.20260801.1",
"@nuxtjs/tailwindcss": "^6.14.0",