{
  "name": "cxmooc-tools",
  "version": "2.3.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.91",
    "@types/jest": "^25.1.4",
    "@vuepress/plugin-back-to-top": "^1.3.1",
    "@vuepress/plugin-google-analytics": "^1.3.1",
    "crx": "^4.0.1",
    "css-loader": "^2.1.1",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^25.1.0",
    "style-loader": "^0.23.1",
    "ts-jest": "^25.2.0",
    "ts-loader": "^6.0.4",
    "typescript": "^3.6.2",
    "vuepress": "^1.3.1",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@types/js-base64": "^2.3.1",
    "body-parser": "^1.18.3",
    "express": "^4.16.3",
    "hashmap": "^2.3.0",
    "md5": "^2.2.1",
    "minimist": ">=1.2.2",
    "mongodb": "^3.1.10",
    "node-telegram-bot-api": "^0.30.0",
    "redis": "^2.8.0"
  }
}
