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