chore(dep)

This commit is contained in:
student_2333 2024-04-30 11:21:51 +08:00
parent 710fa3f686
commit bb0fcd8614
No known key found for this signature in database
GPG Key ID: B36E8DF853C33EE1
4 changed files with 9 additions and 6834 deletions

View File

@ -36,4 +36,4 @@ jobs:
with: with:
artifacts: "LLOneBot.zip" artifacts: "LLOneBot.zip"
draft: true draft: true
token: ${{ secrets.RELEASE_TOKEN }} token: ${{ secrets.RELEASE_TOKEN }}

4
.prettierrc.yml Normal file
View File

@ -0,0 +1,4 @@
semi: false
singleQuote: true
trailingComma: all
printWidth: 120

6830
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,10 +9,11 @@
"build-mac": "npm run build && npm run deploy-mac", "build-mac": "npm run build && npm run deploy-mac",
"deploy-mac": "cp -r dist/* ~/Library/Containers/com.tencent.qq/Data/LiteLoaderQQNT/plugins/LLOneBot/", "deploy-mac": "cp -r dist/* ~/Library/Containers/com.tencent.qq/Data/LiteLoaderQQNT/plugins/LLOneBot/",
"build-win": "npm run build && npm run deploy-win", "build-win": "npm run build && npm run deploy-win",
"deploy-win": "cmd /c \"xcopy /C /S /Y dist\\* %USERPROFILE%\\documents\\LiteLoaderQQNT\\plugins\\LLOneBot\\\"" "deploy-win": "cmd /c \"xcopy /C /S /Y dist\\* %USERPROFILE%\\documents\\LiteLoaderQQNT\\plugins\\LLOneBot\\\"",
"format": "prettier -cw ."
}, },
"author": "", "author": "",
"license": "ISC", "license": "MIT",
"dependencies": { "dependencies": {
"compressing": "^1.10.0", "compressing": "^1.10.0",
"cors": "^2.8.5", "cors": "^2.8.5",
@ -37,7 +38,7 @@
"electron-vite": "^2.0.0", "electron-vite": "^2.0.0",
"eslint": "^8.0.1", "eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.2", "eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-n": "^15.0.0 || ^16.0.0",
"eslint-plugin-promise": "^6.0.0", "eslint-plugin-promise": "^6.0.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "*", "typescript": "*",