-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "omnivox-optimizer",
"version": "1.3.12",
"homepage": "https://github.com/evannotfound/omnivox-optimizer",
"license": "GPL-3.0",
"author": "Evan Luo",
"description": "A simple user script to improve the UI of Omnivox.",
"repository": {
"type": "git",
"url": "https://github.com/evannotfound/omnivox-optimizer.git"
},
"scripts": {
"prepare": "husky",
"build": "webpack --mode production",
"dev": "webpack serve --mode development",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"css-loader": "^7.1.2",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"standard-version": "^9.5.0",
"stylus": "^0.64.0",
"stylus-loader": "^8.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-userscript": "^3.2.2"
},
"dependencies": {
"husky": "^9.1.7"
}
}