this repo has no description
at v1.0.3 954 B view raw
1{ 2 "name": "moonlight", 3 "version": "1.0.3", 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 }, 20 "devDependencies": { 21 "@typescript-eslint/eslint-plugin": "^6.13.2", 22 "@typescript-eslint/parser": "^6.13.2", 23 "esbuild": "^0.19.3", 24 "esbuild-copy-static-files": "^0.1.0", 25 "eslint": "^8.55.0", 26 "eslint-config-prettier": "^9.1.0", 27 "eslint-plugin-prettier": "^5.0.1", 28 "eslint-plugin-react": "^7.33.2", 29 "prettier": "^3.1.0", 30 "typescript": "^5.3.2" 31 } 32}