mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
研究编译export
This commit is contained in:
@@ -4,11 +4,17 @@
|
||||
"description": "NTQQLiteLoaderOneBotApi",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": " tsc src/renderer.ts --outDir dist && vite build"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.20",
|
||||
"vite": "^4.5.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user