this repo has no description
1{
2 "name": "moonlight",
3 "version": "1.0.0",
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 },
17 "devDependencies": {
18 "esbuild": "^0.19.3",
19 "esbuild-copy-static-files": "^0.1.0"
20 }
21}