Files
ClassFeedback/.claude/skills/教学日程查询/package.json

25 lines
462 B
JSON

{
"name": "teaching-schedule-query",
"version": "1.0.0",
"description": "穹狼科创教学日程查询技能",
"main": "index.js",
"bin": {
"teaching-schedule": "./index.js"
},
"scripts": {
"start": "node index.js",
"install-deps": "npm install"
},
"keywords": [
"teaching",
"schedule",
"api"
],
"author": "穹狼科创",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.0"
}
}