-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.53 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.53 KB
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
{
"author": {
"name": "Adam Lui",
"email": "adam@kudoai.com",
"url": "https://github.com/adamlui"
},
"homepage": "https://www.perplexityomnibox.com",
"license": "MIT",
"funding": [
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
],
"scripts": {
"prepare": "husky",
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"translate": "py chromium/utils/translate-en-messages.py",
"translate:chrome": "py chromium/utils/translate-en-messages.py",
"translate:chromium": "py chromium/utils/translate-en-messages.py",
"bump": "node utils/bump/extension-manifests",
"bump:ext": "node utils/bump/extension-manifests",
"bump:ext-nc": "node utils/bump/extension-manifests --no-commit",
"bump:ext-np": "node utils/bump/extension-manifests --no-push",
"bump:extension": "node utils/bump/extension-manifests",
"bump:extensions": "node utils/bump/extension-manifests",
"bump:manifest": "node utils/bump/extension-manifests",
"bump:manifests": "node utils/bump/extension-manifests"
},
"devDependencies": {
"@eslint/json": "^1.0.1",
"@eslint/markdown": "^7.5.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^9.39.3",
"eslint-plugin-import": "^2.32.0",
"husky": "^9.1.7"
}
}