forked from luminaryFlowers/Pesterchum-Discord-Theme
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 960 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": "pesterchum-discord-theme",
"version": "1.7.1",
"description": "A Discord theme emulating the Pesterchum chat client from Homestuck.",
"repository": "github:MiniDiscordThemes/Pesterchum",
"author": "Saltssaumure <[email protected]>",
"contributors": [
"winterClover",
"luminaryFlowers (https://lumens.live/)",
"Saltssaumure <[email protected]>"
],
"license": "SEE LICENSE IN LICENSE.md",
"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.8.0",
"salt-bd-scss": "^1.2.2"
}
}