forked from sternth/no-gender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 908 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": "no-gender",
"version": "1.9.0",
"description": "Webextension that removes any kind of \"gendern\" from webpages.",
"main": "index.js",
"scripts": {
"test": "jest --coverage true",
"lint": "eslint src",
"build": "node build.js",
"prepare": "husky install",
"version": "npm run lint && npm t && npm run build && git commit --no-verify -m \"Build extension for distribution\" dist/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sternth/no-gender.git"
},
"keywords": [
"webextension"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/sternth/no-gender/issues"
},
"homepage": "https://github.com/sternth/no-gender#readme",
"devDependencies": {
"archiver": "^5.3.0",
"eslint": "^8.3.0",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"jest": "^27.0.1"
}
}