mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-28 21:51:02 +00:00
chore(apis/websocket): remove unneccessary packages and edit build target
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"description": "🧦 WebSocket API server for bots assisting ReVanced",
|
"description": "🧦 WebSocket API server for bots assisting ReVanced",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bundle": "bun build src/index.ts --outdir=dist --target=node --minify --sourcemap=external",
|
"bundle": "bun build src/index.ts --outdir=dist --target=bun --minify --sourcemap=external",
|
||||||
"dev": "bun run src/index.ts --watch",
|
"dev": "bun run src/index.ts --watch",
|
||||||
"build": "bun bundle",
|
"build": "bun bundle",
|
||||||
"watch": "bun dev"
|
"watch": "bun dev"
|
||||||
@@ -27,17 +27,14 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/revanced/revanced-helper#readme",
|
"homepage": "https://github.com/revanced/revanced-helper#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fastify/websocket": "^8.3.1",
|
|
||||||
"@revanced/bot-shared": "workspace:*",
|
"@revanced/bot-shared": "workspace:*",
|
||||||
"@sapphire/async-queue": "^1.5.1",
|
"@sapphire/async-queue": "^1.5.1",
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
"fastify": "^4.25.2",
|
|
||||||
"node-wit": "^6.6.0",
|
"node-wit": "^6.6.0",
|
||||||
"tesseract.js": "^5.0.4"
|
"tesseract.js": "^5.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node-wit": "^6.0.3",
|
"@types/node-wit": "^6.0.3",
|
||||||
"@types/ws": "^8.5.10",
|
|
||||||
"typed-emitter": "^2.1.0"
|
"typed-emitter": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user