This commit is contained in:
linyuchen
2023-10-25 17:34:12 +08:00
parent 5ae95e8263
commit cc7d869c84
14 changed files with 196 additions and 83 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "llonebot",
"version": "1.0.0",
"description": "NTQQLiteLoaderOneBotApi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"typescript": "^5.2.2"
}
}