-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "tabregex",
"description": "A Browser Extension for bulk manipulation of Tabs using RegExp.",
"private": true,
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@types/chrome": "^0.0.280",
"typescript": "^5.6.3",
"wxt": "^0.19.13"
},
"dependencies": {
"codejar": "^4.2.0",
"shiki": "^1.23.0"
},
"readme": "https://github.com/arnav-kr/TabRegex/blob/main/README.md",
"author": {
"name": "Arnav Kumar",
"url": "https://github.com/arnav-kr"
},
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/arnav-kr/TabRegex"
},
"bugs": {
"url": "https://github.com/arnav-kr/TabRegex/issues"
},
"homepage": "https://github.com/arnav-kr/TabRegex"
}