Skip to content

Commit

Permalink
新增依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyo666 committed Nov 25, 2024
1 parent 68b3c29 commit 48433cc
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions package.json
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"
}

0 comments on commit 48433cc

Please sign in to comment.