-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
28 lines (28 loc) · 926 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
{
"name": "settingsicons-discord-theme",
"version": "1.2.0",
"description": "Adds icons to Discord settings, for use with Vencord plugin ThemeAttributes.",
"repository": "github:MiniDiscordThemes/SettingsIcons",
"author": "Saltssaumure <[email protected]>",
"contributors": [
"DevilBro (https://mwittrien.github.io/)",
"Saltssaumure <[email protected]>",
"JunkiEDM (https://github.com/JunkiEDM)"
],
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"dev:vc": "bd-scss dev:vc",
"dev:vt": "bd-scss dev:vt",
"build:css": "bd-scss build && postcss *.min.css -r --use autoprefixer --no-map",
"lint": "prettier ./scss --check",
"lint:fix": "prettier ./scss --write --log-level warn"
},
"browserslist": "Chrome > 122",
"type": "module",
"devDependencies": {
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"salt-bd-scss": "^1.2.2"
}
}