-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 970 Bytes
/
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
{
"name": "companion-window",
"description": "Transform any webpage into a floating, always-on-top window for seamless multitasking and enhanced productivity",
"private": true,
"version": "2.1",
"keywords": ["browser-extension", "chrome-extension", "firefox-extension", "picture-in-picture", "multitasking", "productivity", "floating-window", "always-on-top", "web-extension", "companion-window"],
"author": "Anan",
"license": "MIT",
"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",
"vite-plugin-remove-console": "^2.2.0",
"wxt": "^0.19.27"
},
"main": "index.js",
"dependencies": {
"mellowtel": "^1.5.4"
}
}