1 Star 0 Fork 0

Repetition/cxmooc-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
幻令 提交于 2020-11-24 12:57 . 修改名字和描述
{
"name": "cxmooc-tools",
"version": "2.5.0",
"description": "一个 大学生网课 学习工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)",
"main": "mooc.js",
"scripts": {
"test": "node_modules/.bin/jest",
"build": "node_modules/.bin/webpack --mode production --config webpack.config.js",
"tampermonkey": "node_modules/.bin/webpack --mode development --config webpack.tampermonkey.js",
"dev": "node_modules/.bin/webpack --mode development --config webpack.dev.js",
"pack": "node_modules/.bin/tsc src/internal/pack-crx.ts && node src/internal/pack-crx.js",
"docs:dev": "node_modules/.bin/vuepress dev docs",
"docs:build": "node_modules/.bin/vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodFrm/cxmooc-tools.git"
},
"author": "CodFrm",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodFrm/cxmooc-tools/issues"
},
"homepage": "https://github.com/CodFrm/cxmooc-tools#readme",
"devDependencies": {
"@types/chrome": "0.0.103",
"@types/jest": "^25.2.3",
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-google-analytics": "^1.7.1",
"crx": "^4.0.1",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.5.4",
"style-loader": "^0.23.1",
"ts-jest": "^25.5.1",
"ts-loader": "^6.2.2",
"typescript": "^3.9.7",
"vuepress": "^1.7.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@types/js-base64": "^2.3.2",
"md5": "^2.3.0",
"node-telegram-bot-api": "^0.30.0",
"vue": "^2.6.12"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/repe/cxmooc-tools.git
git@gitee.com:repe/cxmooc-tools.git
repe
cxmooc-tools
cxmooc-tools
master

搜索帮助