mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
36 lines
872 B
JSON
36 lines
872 B
JSON
{
|
|
"name": "llonebot",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "NTQQLiteLoaderOneBotApi",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "vite build",
|
|
"depend": "cd ./dist & npm install --omit=dev"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"json-bigint": "^1.0.0",
|
|
"music-metadata": "^8.1.4",
|
|
"silk-wasm": "^3.2.3",
|
|
"utf-8-validate": "^6.0.3",
|
|
"uuid": "^9.0.1",
|
|
"ws": "^8.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-cp": "^4.0.8",
|
|
"@types/express": "^4.17.20",
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
|
"@types/node": "^20.11.24",
|
|
"@types/uuid": "^9.0.8",
|
|
"@types/ws": "^8.5.10",
|
|
"electron": "^29.0.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|