-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "genius-fast-transcriber",
"description": "The ultimate tool for Genius.com contributors — smart tags, auto-corrections, and Lyric Card creation.",
"version": "4.5.6",
"author": "Lnkhey",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anthogoz/Genius-Fast-Transcriber.git"
},
"keywords": [
"chrome-extension",
"genius",
"lyrics",
"transcription",
"genius.com",
"lyric-card"
],
"bugs": {
"url": "https://github.com/anthogoz/Genius-Fast-Transcriber/issues"
},
"homepage": "https://github.com/anthogoz/Genius-Fast-Transcriber#readme",
"private": true,
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt --browser firefox",
"build": "wxt build",
"build:firefox": "wxt build --browser firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip --browser firefox",
"lint": "biome lint",
"lint:fix": "biome lint --write",
"format": "biome format --write",
"typecheck": "wxt prepare && vue-tsc -b --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@wxt-dev/i18n": "^0.2.5",
"vue": "^3.5.33",
"vue-i18n": "^11.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@wxt-dev/module-vue": "^1.0.3",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.7",
"wxt": "^0.20.25"
}
}