mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Add classic option flag for sketch
This commit is contained in:
+7
-7
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "152.3.1",
|
||||
"version": "152.4.0",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
@@ -32,7 +32,7 @@
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"@discordjs/voice": "^0.17.0",
|
||||
"@mediapipe/face_detection": "^0.4.1646425229",
|
||||
"@napi-rs/canvas": "^0.1.58",
|
||||
"@napi-rs/canvas": "^0.1.59",
|
||||
"@tensorflow-models/face-detection": "^1.0.3",
|
||||
"@tensorflow/tfjs-node": "^4.22.0",
|
||||
"@twemoji/parser": "^15.1.1",
|
||||
@@ -79,7 +79,7 @@
|
||||
"twitter-openapi-typescript": "^0.0.43",
|
||||
"valid-url": "^1.0.9",
|
||||
"wavefile": "^11.0.0",
|
||||
"winston": "^3.15.0",
|
||||
"winston": "^3.16.0",
|
||||
"wuzzy": "^0.1.8",
|
||||
"ytdl-core": "^4.11.5",
|
||||
"zip-to-timezone": "^1.2.1"
|
||||
@@ -87,14 +87,14 @@
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.8",
|
||||
"sodium-native": "^4.2.2",
|
||||
"utf-8-validate": "^6.0.4",
|
||||
"utf-8-validate": "^6.0.5",
|
||||
"zlib-sync": "^0.1.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.13.0",
|
||||
"eslint": "^9.13.0",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"eslint": "^9.14.0",
|
||||
"eslint-config-amber": "^2.0.4",
|
||||
"eslint-plugin-jsonc": "^2.16.0",
|
||||
"globals": "^15.11.0"
|
||||
"globals": "^15.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user