-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.32 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
{
"name": "torrent-to-web",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/DASPRiD/Torrent-to-Web.git"
},
"bugs": {
"url": "https://github.com/DASPRiD/Torrent-to-Web/issues"
},
"homepage": "https://github.com/DASPRiD/Torrent-to-Web#readme",
"packageManager": "pnpm@11.21.0+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1",
"devDependencies": {
"@biomejs/biome": "^2.5.10",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@tsconfig/recommended": "^1.0.13",
"lefthook": "^2.1.10",
"typescript": "^7.0.2",
"wxt": "^0.21.4"
},
"scripts": {
"postinstall": "wxt prepare",
"start": "wxt -b firefox",
"build": "wxt build -b firefox",
"zip": "wxt zip -b firefox",
"check": "biome check . --write",
"format": "biome format . --write",
"typecheck": "tsc --noEmit"
},
"targets": {
"webext-dev": {
"sourceMap": {
"inline": true,
"inlineSources": true
},
"distDir": "./dist-dev"
},
"webext-prod": {
"distDir": "./dist-prod"
}
},
"dependencies": {
"base64-arraybuffer": "^1.0.1",
"bootstrap": "^5.1.3",
"zod": "^4.4.3"
},
"type": "module"
}