-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 989 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 989 Bytes
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
{
"name": "mvnrepository-helper-UserScript",
"version": "0.5",
"description": "this is userscript's description",
"main": "index.js",
"repository": "https://github.com/scagogogo/mvnrepository-helper-UserScript",
"namespace": "https://github.com/scagogogo/mvnrepository-helper-UserScript",
"document": "https://github.com/scagogogo/mvnrepository-helper-UserScript",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.dev.js"
},
"author": "CC11001100 <CC11001100@qq.com>",
"license": "MIT",
"devDependencies": {
"@types/greasemonkey": "^4.0.7",
"@types/jquery": "^3.5.32",
"@types/jszip": "^3.4.0",
"current-script-polyfill": "^1.0.0",
"idb": "^8.0.0",
"jszip": "2.7.0",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
},
"dependencies": {
"jquery": "^3.7.1"
}
}