LLOneBot/package.json
2024-08-04 22:07:55 +08:00

42 lines
1.2 KiB
JSON

{
"name": "llonebot",
"version": "1.0.0",
"type": "module",
"description": "NTQQLiteLoaderOneBotApi",
"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": {
"compressing": "^1.10.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"fast-xml-parser": "^4.4.1",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"level": "^8.0.1",
"silk-wasm": "^3.6.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/express": "^4.17.20",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/node": "^20.11.24",
"@types/ws": "^8.5.12",
"electron": "^29.0.1",
"electron-vite": "^2.3.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-cp": "^4.0.8"
},
"packageManager": "yarn@4.4.0"
}