-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 889 Bytes
/
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
{
"name": "shanbay-enhance",
"version": "0.1.9",
"description": "More function for Shanbay.",
"main": "userscript.js",
"scripts": {
"dev": "webpack --mode development --config config/webpack.config.dev.js",
"build": "webpack --mode production --config config/webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ZiuChen/Shanbay-Enhance.git"
},
"author": "ZiuChen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZiuChen/Shanbay-Enhance/issues"
},
"homepage": "https://github.com/ZiuChen/Shanbay-Enhance#readme",
"devDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"userscript-metadata-webpack-plugin": "^0.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-livereload-plugin": "^3.0.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {}
}