-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
253 lines (253 loc) · 6.82 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
{
"name": "wikipediaplus",
"version": "1.1.25",
"private": true,
"description": "📚🧩 WikipediaPlus is an extension that allows you to quickly and efficiently access all relevant links on the page you're visiting 🐦🌈",
"keywords": [
"chrome-extension",
"firefox-extension",
"safari-extension",
"opera-extension",
"opera-gx-extension",
"brave-extension",
"yandex-extension",
"edge-extension",
"chromium-extension",
"browser-extension",
"extension",
"safari",
"chrome",
"firefox",
"wiki",
"wikipedia",
"javascript",
"js",
"node",
"node-js",
"pnpm"
],
"homepage": "https://chrome.google.com/webstore/detail/wikipedia-%20/nnkleafalbcmeamobndfmcjhphipnnaj",
"bugs": {
"url": "https://github.com/pigeonposse/wikipediaplus/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/wikipediaplus"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"license": "GPL-3.0",
"author": {
"name": "Angelo",
"email": "[email protected]",
"url": "https://github.com/angelespejo"
},
"contributors": [
{
"name": "Alejo",
"email": "[email protected]",
"url": "https://github.com/alejomalia"
}
],
"type": "module",
"scripts": {
"build": "pnpm pes build",
"dev": "pnpm pes build-c && pnpm pes dev",
"lint": "pnpm pes lint",
"lint-fix": "pnpm pes lint-fix",
"push-main": "pnpm push-origin main",
"push-origin": "git add . && pnpm exec cz && git push -f origin $@",
"release": "git add . && pnpm exec cz && pnpm release-it",
"scripts": "pnpm pes",
"gh-update": "node .dev/gh-update.cjs",
"prepare": "husky .dev/husky"
},
"commitlint": {
"extends": [
"gitmoji"
],
"rules": {
"header-max-length": [
0,
"always",
100
]
}
},
"lint-staged": {
"*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,json}": "eslint"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".dev/cz-config.cjs"
}
},
"browserslist": [
"last 1 Chrome version",
"last 1 Firefox version"
],
"devDependencies": {
"@bepp/bepp": "1.2.3",
"@commitlint/cli": "19.3.0",
"@parcel/config-webextension": "2.12.0",
"@pigeon-posse/eslint-config": "1.0.1",
"@pigeon-posse/pkg-extended-scripts": "0.3.0",
"@release-it/bumper": "6.0.1",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"auto-changelog": "2.4.0",
"browserslist": "4.23.2",
"commitizen": "4.3.0",
"commitlint-config-gitmoji": "2.3.1",
"cz-customizable": "7.2.1",
"cz-emoji": "1.3.2-canary.2",
"eslint": "8.56.0",
"eslint-plugin-align-assignments": "1.1.2",
"eslint-plugin-align-import": "1.0.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsonc": "2.13.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-yaml": "0.5.0",
"git-cz": "4.9.0",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"parcel": "2.12.0",
"release-it": "17.6.0",
"rimraf": "6.0.1",
"stylelint": "16.8.0",
"typescript": "5.5.4",
"web-ext": "8.2.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.10.0"
},
"webExt": {
"sourceDir": "dist",
"run": {
"startUrl": [
"https://es.wikipedia.org/wiki/Columbidae"
]
}
},
"@parcel/bundler-default": {
"minBundles": 10000000
},
"extra": {
"releases": {
"chrome": {
"url": "https://chromewebstore.google.com/detail/wikipediaplus/nnkleafalbcmeamobndfmcjhphipnnaj",
"id": "chrome",
"name": "Chrome extension",
"logo": "googlechrome",
"store": true,
"storeId": "nnkleafalbcmeamobndfmcjhphipnnaj",
"type": "extension"
},
"chromeMv2": {
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-chrome-mv2.zip",
"id": "chrome-mv2",
"name": "Chrome (Manifest 2) Extension",
"logo": "googlechrome",
"type": "extension"
},
"edge": {
"id": "edge",
"name": "Edge extension",
"logo": "microsoftedge",
"url": "https://microsoftedge.microsoft.com/addons/detail/{coming}",
"store": true,
"storeId": "{coming}",
"type": "extension"
},
"edgeMv2": {
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-edge-mv2.zip",
"id": "edge-mv2",
"name": "Edge (Manifest 2) Extension",
"logo": "microsoftedge",
"type": "extension"
},
"firefox": {
"url": "https://addons.mozilla.org/es/firefox/addon/wikipediaplus/",
"id": "firefox-mv2",
"name": "Firefox extension",
"logo": "firefoxbrowser",
"store": true,
"storeId": "{a2e191e8-b8eb-490b-b282-9f3d2c0332bf}",
"type": "extension"
},
"safari": {
"id": "safari",
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-safari.tar.gz",
"name": "Safari Extension",
"logo": "safari",
"type": "extension"
},
"brave": {
"id": "brave",
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-brave.zip",
"name": "Brave Extension",
"logo": "brave",
"type": "extension"
},
"opera": {
"id": "opera",
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-opera.zip",
"name": "Opera Extension",
"logo": "opera",
"type": "extension"
},
"operaGX": {
"id": "opera-gx",
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-opera-gx.zip",
"name": "Opera GX Extension",
"logo": "operagx",
"type": "extension"
},
"vivaldi": {
"id": "vivaldi",
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-vivaldi.zip",
"name": "Vivaldi Extension",
"logo": "vivaldi",
"type": "extension"
},
"yandex": {
"id": "yandex",
"name": "Yandex extension",
"logo": "googlechrome",
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-yandex.zip",
"type": "extension"
},
"yandexMv2": {
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-yandex-mv2.zip",
"id": "yandex-mv2",
"name": "Yandex (Manifest 2) Extension",
"logo": "googlechrome",
"type": "extension"
},
"chromium": {
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-chromium.zip",
"id": "chromium",
"name": "Chromium Extension",
"logo": "googlechrome",
"type": "extension"
},
"chromiumMv2": {
"url": "https://github.com/pigeonposse/wikipediaplus/releases/latest/download/wikipediaplus-chromium-mv2.zip",
"id": "chromium-mv2",
"name": "Chromium (Manifest 2) Extension",
"logo": "googlechrome",
"type": "extension"
}
}
}
}