LLOneBot/package.json
2023-10-26 17:38:20 +08:00

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"
}
}