generated from MiniDiscordThemes/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 779 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "systemcolor-discord-theme",
"version": "1.2.0",
"description": "Recolours Discord based on your system colour.",
"repository": "github:MiniDiscordThemes/SystemColor",
"author": "Saltssaumure <themes@saltssaumure.net>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev:bd": "bd-scss dev",
"dev:rp": "replugged build theme --watch",
"dev:vc": "bd-scss dev:vc",
"dev:vt": "bd-scss dev:vt",
"build:bd": "bd-scss build",
"build:rp": "replugged bundle theme",
"lint": "prettier ./scss --check",
"lint:fix": "prettier ./scss --write --log-level warn",
"release": "replugged release"
},
"devDependencies": {
"prettier": "^3.2.5",
"replugged": "^4.7.9",
"salt-bd-scss": "^1.2.2"
}
}