mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-29 04:41:22 +08:00
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"name": "napcat-plugin",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"description": "一个高级的 NapCat 插件示例",
|
|
"dependencies": {
|
|
"napcat-onebot": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
}
|
|
} |