mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 06:31:13 +00:00
Introduces a configuration UI schema and persistent config storage for the napcat-plugin-builtin. The plugin now loads and saves its configuration, supports dynamic prefix and reply toggling, and updates dependencies to napcat-types v0.0.6.
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "napcat-plugin-builtin",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"description": "NapCat 内置插件",
|
|
"author": "NapNeko",
|
|
"dependencies": {
|
|
"napcat-types": "0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
}
|
|
} |