forked from gamersclub-booster/gamersclub-booster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 985 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
31
32
33
{
"name": "gamersclub-booster",
"description": "Extensão para navegadores que adiciona algumas melhorias na plataforma da GamersClub",
"repository": "https://github.com/gamersclub-booster/gamersclub-booster",
"version": "2.64.0",
"main": "index.js",
"license": "GPL-3.0",
"commitlint": {
"extends": "@commitlint/config-conventional"
},
"scripts": {
"dev": "webpack --watch --config webpack.dev.js",
"build": "webpack",
"precommit": "commitlint -E HUSKY_GIT_PARAMS",
"lint": "eslint --config ./.eslintrc ./src",
"lint:fix": "eslint --fix --config ./.eslintrc ./src",
"prepare": "husky"
},
"dependencies": {
"axios": "^0.28.0",
"jquery": "^3.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"copy-webpack-plugin": "^8.1.1",
"eslint": "^7.32.0",
"husky": "^9.1.7",
"rimraf": "^3.0.2",
"webpack": "^5.96.1",
"webpack-cli": "^4.9.1"
}
}