-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
30 lines (30 loc) · 826 Bytes
/
package.json
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
{
"name": "youtube-hide-watched",
"version": "0.0.0-development",
"description": "Hides watched videos from your YouTube subscriptions page",
"license": "MIT",
"author": "Ev Haus",
"homepage": "https://github.com/EvHaus/youtube-hide-watched",
"repository": {
"type": "git",
"url": "[email protected]:EvHaus/youtube-hide-watched.git"
},
"bugs": {
"url": "https://github.com/EvHaus/youtube-hide-watched/issues"
},
"scripts": {
"biome:check": "biome check --write",
"lint": "pnpm packagelint && pnpm biome:check",
"packagelint": "prettier-package-json --use-tabs --write ./package.json",
"test": "pnpm lint"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"lefthook": "1.10.10",
"prettier-package-json": "2.8.0"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]"
}