-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 923 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
34
35
36
37
{
"name": "wayfapper",
"version": "0.3.1",
"description": "WAYFArer + mAPPER = Wayfapper",
"homepage": "https://wfp.cr4.me/",
"main": "src/wayfapper.user.js",
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wayfapper/UserScript.git"
},
"keywords": ["Wayfarer"],
"author": "Un1matr1x",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wayfapper/UserScript/issues"
},
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"eslint": "8.52.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
"prettier": "3.0.3"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}