forked from discord-extensions/bubble-bar
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 866 Bytes
/
package.json
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
27
28
29
30
31
{
"name": "bubblebar-discord-theme",
"version": "2.4.2",
"description": "A nice, rounded, bubbly chatbar.",
"repository": "github:MiniDiscordThemes/BubbleBar",
"author": "Saltssaumure <themes@saltssaumure.net>",
"contributors": [
"LuckFire",
"Loremly",
"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:css": "bd-scss build",
"build:asar": "replugged bundle theme",
"lint": "prettier ./scss --check",
"lint:fix": "prettier ./scss --write --log-level warn",
"release": "replugged release"
},
"devDependencies": {
"prettier": "^3.3.2",
"replugged": "^4.7.13",
"salt-bd-scss": "^1.2.2"
}
}