forked from Saltssaumure/synthesis-discord-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 793 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
{
"name": "synthesis-discord-theme",
"version": "1.8.1",
"description": "A vibrant neon synthwave Discord theme.",
"repository": "github:Saltssaumure/synthesis-discord-theme",
"author": "Saltssaumure <[email protected]>",
"license": "AGPL-3.0-or-later",
"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:rp": "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"
}
}