-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "github-custom-global-navigation",
"version": "1.6.1",
"description": "Userscript for customizing GitHub's global navigation",
"main": "src/github-custom-global-navigation.user.js",
"scripts": {
"lint": "eslint src/github-custom-global-navigation.user.js",
"clean": "eslint --fix src/github-custom-global-navigation.user.js",
"fix": "npm run clean && git add src/github-custom-global-navigation.user.js",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blakegearin/github-custom-global-navigation.git"
},
"keywords": [
"userscript",
"github",
"global-navigation"
],
"author": "Blake Gearin",
"license": "MIT",
"bugs": {
"url": "https://github.com/blakegearin/github-custom-global-navigation/issues"
},
"homepage": "https://github.com/blakegearin/github-custom-global-navigation#readme",
"devDependencies": {
"eslint": "^8.52.0",
"eslint-plugin-userscripts": "^0.4.0",
"husky": "^8.0.3"
}
}