this repo has no description
at v1.1.0 1.1 kB view raw
1{ 2 "name": "moonlight", 3 "version": "1.1.0", 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 "lint": "eslint packages", 18 "lint:fix": "eslint packages", 19 "lint:report": "eslint --output-file eslint_report.json --format json packages", 20 "typecheck": "tsc --noEmit", 21 "check": "pnpm run lint && pnpm run typecheck", 22 "prepare": "husky install" 23 }, 24 "devDependencies": { 25 "@typescript-eslint/eslint-plugin": "^6.13.2", 26 "@typescript-eslint/parser": "^6.13.2", 27 "esbuild": "^0.19.3", 28 "esbuild-copy-static-files": "^0.1.0", 29 "eslint": "^8.55.0", 30 "eslint-config-prettier": "^9.1.0", 31 "eslint-plugin-prettier": "^5.0.1", 32 "eslint-plugin-react": "^7.33.2", 33 "husky": "^8.0.3", 34 "prettier": "^3.1.0", 35 "typescript": "^5.3.2" 36 } 37}