-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.62 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "tabcommand",
"version": "0.2.0",
"description": "Command Central for your browsing experience — a Manifest V3 Chrome extension to monitor, search, label, and auto-close browser tabs. Built with codeyam.",
"license": "MIT",
"author": "NodLabs Inc",
"homepage": "https://github.com/codeyam-ai/tabcommand#readme",
"repository": {
"type": "git",
"url": "https://github.com/codeyam-ai/tabcommand.git"
},
"bugs": {
"url": "https://github.com/codeyam-ai/tabcommand/issues"
},
"keywords": [
"chrome-extension",
"manifest-v3",
"tab-manager",
"browser-tabs",
"react",
"vite",
"codeyam"
],
"engines": {
"node": ">=22.22.2"
},
"packageManager": "npm@12.0.2",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/sync-extension-dir.mjs",
"preview": "vite preview",
"test": "vitest run",
"test:json": "vitest run --reporter=json",
"test:watch": "vitest",
"lint": "eslint .",
"setup": "corepack enable npm && npm install"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"minisearch": "^7.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.7.1",
"@eslint/js": "^9.0.0",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.0",
"@vitejs/plugin-react": "^6.0.5",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.34.0",
"globals": "^17.8.0",
"jsdom": "^24.0.0",
"playwright": "^1.62.0",
"sinon-chrome": "^3.0.1",
"vite": "^8.1.5",
"vitest": "^4.1.10"
}
}