mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"name": "llonebot",
|
|
"version": "1.0.0",
|
|
"description": "NTQQLiteLoaderOneBotApi",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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"
|
|
}
|
|
}
|