{ "name": "llonebot", "version": "1.0.0", "type": "module", "description": "", "main": "dist/main.js", "scripts": { "build": "electron-vite build", "build-mac": "npm run build && npm run deploy-mac", "deploy-mac": "cp -r dist/* ~/Library/Containers/com.tencent.qq/Data/LiteLoaderQQNT/plugins/LLOneBot/", "build-win": "npm run build && npm run deploy-win", "deploy-win": "cmd /c \"xcopy /C /S /Y dist\\* %USERPROFILE%\\documents\\LiteLoaderQQNT\\plugins\\LLOneBot\\\"", "format": "prettier -cw .", "check": "tsc" }, "author": "", "license": "MIT", "dependencies": { "@minatojs/driver-sqlite": "^4.5.0", "compressing": "^1.10.1", "cordis": "^3.18.0", "cors": "^2.8.5", "cosmokit": "^1.6.2", "express": "^4.19.2", "fast-xml-parser": "^4.4.1", "file-type": "^19.4.1", "fluent-ffmpeg": "^2.1.3", "minato": "^3.5.1", "silk-wasm": "^3.6.1", "ws": "^8.18.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/fluent-ffmpeg": "^2.1.26", "@types/node": "^20.14.15", "@types/ws": "^8.5.12", "electron": "^31.4.0", "electron-vite": "^2.3.0", "typescript": "^5.5.4", "vite": "^5.4.2", "vite-plugin-cp": "^4.0.8" }, "packageManager": "yarn@4.4.1" }