-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dnyo666
committed
Nov 25, 2024
1 parent
68b3c29
commit 48433cc
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
{ | ||
"name": "class-schedule", | ||
"name": "class-plugin", | ||
"version": "1.0.0", | ||
"description": "课表管理插件 for Yunzai-Bot", | ||
"main": "index.js", | ||
"author": "浅巷墨黎、鹿茸茅草屋", | ||
"type": "module", | ||
"scripts": {}, | ||
"dependencies": { | ||
"axios": "^1.6.7", | ||
"http-proxy-agent": "^7.0.2", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.30.1", | ||
"sequelize": "^6.37.5", | ||
"sqlite3": "5.1.6", | ||
"node-schedule": "^2.1.1" | ||
}, | ||
"imports": { | ||
"#components": "./components/index.js", | ||
"#models": "./models/index.js", | ||
"#lib": "./lib/index.js" | ||
} | ||
"author": "Dnyo666", | ||
"license": "MIT" | ||
} |