-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 987 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 987 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
38
{
"name": "volume-for-b",
"version": "1.1.2",
"description": "Boost Chrome tab audio up to 600% with per-tab control and local processing.",
"author": "Dianin",
"license": "MIT",
"homepage": "https://maxjuniorbr.github.io/volume-for-b/",
"repository": {
"type": "git",
"url": "git+https://github.com/maxjuniorbr/volume-for-b.git"
},
"bugs": {
"url": "https://github.com/maxjuniorbr/volume-for-b/issues"
},
"type": "module",
"scripts": {
"build": "node build-production.js",
"dev": "echo 'Carregue a extensão no Chrome em modo desenvolvedor'",
"clean": "rm -rf build && rm -f *.zip",
"lint": "eslint *.js --fix",
"lint:check": "eslint *.js",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"archiver": "^5.3.1",
"eslint": "^8.57.0",
"sharp": "^0.34.5",
"vitest": "^4.0.18"
},
"keywords": [
"chrome-extension",
"volume",
"audio",
"amplifier",
"browser"
]
}