-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 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
{
"name": "moonlight",
"private": true,
"version": "2026.5.2",
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"description": "Yet another Discord mod",
"license": "LGPL-3.0-or-later",
"homepage": "https://moonlight-mod.github.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/moonlight-mod/moonlight.git"
},
"bugs": {
"url": "https://github.com/moonlight-mod/moonlight/issues"
},
"engineStrict": true,
"engines": {
"node": ">=22",
"pnpm": ">=10",
"npm": "pnpm",
"yarn": "pnpm"
},
"scripts": {
"build": "pnpm run --filter=!browser -r build",
"browser": "pnpm run --filter=browser build",
"dev": "pnpm run --parallel --stream dev",
"clean": "pnpm run --filter=!esbuild-config -r clean",
"check": "biome check",
"check:ci": "biome ci",
"check:write": "biome check --write",
"check:types": "pnpm run -r check:types",
"prepare": "husky install"
},
"devDependencies": {
"@biomejs/biome": "catalog:lint",
"husky": "catalog:lint"
}
}