-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "weReaDou",
"version": "1.2.0",
"description": "在豆瓣中显示微信读书的可读状态",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"clean": "rm -rf dist",
"test": "npx jest",
"purge": "rm -rf node_modules package-lock.json",
"zip": "cd dist && zip -r ../weReaDou.zip * && cd -"
},
"author": "SorosLiu1029",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sorosliu1029/weReaDou.git"
},
"dependencies": {
"jquery": "^3.5.0"
},
"devDependencies": {
"@types/chrome": "0.0.283",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.0",
"@types/node": "^22.9.2",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.1",
"jest": "^29.7.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"vm-browserify": "^1.1.2",
"webpack": "~5.96.1",
"webpack-cli": "~5.1.4",
"webpack-merge": "~6.0.1"
}
}