-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 893 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 893 Bytes
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
{
"name": "saveastype",
"version": "1.0.1",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"lint": "oxlint .",
"format:check": "oxfmt --check .",
"lint:webext": "web-ext lint --source-dir .output/chrome-mv3",
"release": "release-please",
"prepare": "lefthook install",
"test": "vitest run",
"test:watch": "vitest",
"knip": "knip"
},
"dependencies": {
"svelte": "5.53.12"
},
"devDependencies": {
"@commitlint/cli": "20.4.4",
"@commitlint/config-conventional": "20.4.4",
"@wxt-dev/module-svelte": "latest",
"knip": "5.87.0",
"lefthook": "2.1.3",
"oxfmt": "0.41.0",
"oxlint": "1.52.0",
"release-please": "17.1.3",
"vitest": "4.1.0",
"web-ext": "latest",
"wxt": "0.20.18"
},
"packageManager": "bun@latest"
}