-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.1 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.1 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
{
"name": "session-sync",
"author": "Gabriel Ivanica",
"url": "https://github.com/ReDEnergy/SessionSync",
"version": "3.2.3",
"description": "Save sessions as bookmarks and sync them through any sync engine.\nManage sessions, edit, save, restore.\nSession-Sync will automatically update sessions across multiple machines",
"license": "MPL-2.0",
"scripts": {
"dev": "wxt",
"dev:chrome": "wxt -b chrome --mv3 --host 127.0.0.1",
"dev:firefox": "wxt -b firefox --mv3 --host 127.0.0.1",
"build": "wxt build",
"build:chrome": "wxt build -b chrome --mv3",
"build:firefox": "wxt build -b firefox --mv3",
"clean": "wxt clean",
"zip": "wxt zip",
"zip:chrome": "wxt zip -b chrome --mv3",
"zip:firefox": "wxt zip -b firefox --mv3",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.5.0",
"prettier": "^3.8.3",
"wxt": "^0.20.20"
}
}