this repo has no description
1{
2 "name": "moonlight",
3 "version": "1.2.1",
4 "description": "Yet another Discord mod",
5 "homepage": "https://moonlight-mod.github.io/",
6 "license": "LGPL-3.0-or-later",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/moonlight-mod/moonlight.git"
10 },
11 "bugs": {
12 "url": "https://github.com/moonlight-mod/moonlight/issues"
13 },
14 "scripts": {
15 "build": "node build.mjs",
16 "dev": "node build.mjs --watch",
17 "browser": "node build.mjs --browser",
18 "browser-mv2": "node build.mjs --browser --mv2",
19 "lint": "eslint packages",
20 "lint:fix": "eslint packages",
21 "lint:report": "eslint --output-file eslint_report.json --format json packages",
22 "typecheck": "tsc --noEmit",
23 "check": "pnpm run lint && pnpm run typecheck",
24 "prepare": "husky install"
25 },
26 "devDependencies": {
27 "@typescript-eslint/eslint-plugin": "^6.13.2",
28 "@typescript-eslint/parser": "^6.13.2",
29 "esbuild": "^0.19.3",
30 "esbuild-copy-static-files": "^0.1.0",
31 "eslint": "^8.55.0",
32 "eslint-config-prettier": "^9.1.0",
33 "eslint-plugin-prettier": "^5.0.1",
34 "eslint-plugin-react": "^7.33.2",
35 "husky": "^8.0.3",
36 "prettier": "^3.1.0",
37 "typescript": "^5.3.2"
38 }
39}