forked from CodFrm/cxmooc-tools
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
58 lines (58 loc) · 1.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cxmooc-tools",
"version": "3.1.0",
"description": "一个 大学生网课 学习工具, 衍生版本 (੧ᐛ੭挂科模式,启动)",
"main": "mooc.js",
"scripts": {
"test": "jest",
"build": "webpack --mode production --config webpack.config.js",
"tampermonkey": "webpack --mode development --config webpack.tampermonkey.js",
"build-tampermonkey": "webpack --mode production --config webpack.tampermonkey.js",
"dev": "webpack --mode development --config webpack.dev.js",
"pack": "tsc src/internal/pack-crx.ts && node src/internal/pack-crx.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:publish": "tsc src/internal/publish-docs.ts && node src/internal/publish-docs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chettoy/cxmooc-tools.git"
},
"author": "CodFrm",
"license": "MIT",
"bugs": {
"url": "https://github.com/chettoy/cxmooc-tools/issues"
},
"homepage": "https://github.com/chettoy/cxmooc-tools#readme",
"devDependencies": {
"@types/chrome": "^0.0.246",
"@types/gh-pages": "^3.2.2",
"@types/jest": "^29.5.5",
"@types/node-telegram-bot-api": "^0.61.8",
"@vuepress/plugin-back-to-top": "^2.0.0-beta.67",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.67",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"crx": "^5.0.1",
"css-loader": "^6.8.1",
"gh-pages": "^6.0.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
"node-telegram-bot-api": "^0.63.0",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"vue-loader": "^17.2.2",
"vue-template-compiler": "^2.7.14",
"vuepress": "^2.0.0-beta.67",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
},
"dependencies": {
"js-base64": "^3.7.5",
"md5": "^2.3.0",
"vue": "^3.2.47"
}
}