update by Silence_Lurker

Init plugin
This commit is contained in:
2025-12-23 16:22:27 +08:00
parent 5635b3441a
commit fd244519cc
10 changed files with 878 additions and 1 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "amily-databin",
"version": "0.0.1-a",
"description": "A SillyTavern plugin for data management.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SillyTavern"
],
"author": "Amily",
"license": "ISC"
}