-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 914 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 914 Bytes
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": "github-contributor-extension",
"private": true,
"version": "25.4.17.109",
"description": "Show github contributor's stats (# of Issues/PRs)",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt --browser firefox",
"build": "wxt build",
"build:firefox": "wxt build --browser firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip --browser firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hzoo/contributors-on-github.git"
},
"keywords": [],
"author": "Henry Zhu",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.315",
"typescript": "^5.8.3",
"wxt": "^0.20.1"
},
"bugs": {
"url": "https://github.com/hzoo/contributors-on-github/issues"
},
"homepage": "https://github.com/hzoo/contributors-on-github#readme"
}