mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: migrate package manager from npm to bun
This commit is contained in:
parent
cf65111e4e
commit
41ad1a036b
14 changed files with 1903 additions and 16113 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue