We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52a9e5 commit 2470a9cCopy full SHA for 2470a9c
package.json
@@ -39,5 +39,22 @@
39
"minimist": "^1.2.0",
40
"ora": "^4.0.3",
41
"pretty-ms": "^5.1.0"
42
- }
+ },
43
+ "repository": {
44
+ "type": "git",
45
+ "url": "git+https://github.com/electron/docs-parser.git"
46
47
+ "keywords": [
48
+ "electron",
49
+ "docs",
50
+ "documentation",
51
+ "api",
52
+ "typescript",
53
+ ".d.ts",
54
+ "definitions"
55
+ ],
56
+ "bugs": {
57
+ "url": "https://github.com/electron/docs-parser/issues"
58
59
+ "homepage": "https://github.com/electron/docs-parser#readme"
60
}
0 commit comments