mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
28 lines
586 B
JSON
28 lines
586 B
JSON
{
|
|
"name": "llonebot",
|
|
"version": "1.0.0",
|
|
"description": "NTQQLiteLoaderOneBotApi",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"electron": "^27.0.2",
|
|
"express": "^4.18.2",
|
|
"path": "^0.12.7",
|
|
"stream": "^0.0.2",
|
|
"typescript": "^5.2.2",
|
|
"url": "^0.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.20",
|
|
"ts-loader": "^9.5.0",
|
|
"vite": "^4.5.0",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|