-
Notifications
You must be signed in to change notification settings - Fork 252
/
package.json
25 lines (25 loc) · 897 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
{
"name": "dark-neon-theme",
"version": "2.0.0",
"description": "Dark Neon theme for BetterDiscord.",
"main": "",
"scripts": {
"build": "sass --style=compressed --no-source-map src/main.scss:public/mainRewrite.css src/hideUsers.scss:public/css/hideUsers.css",
"dev": "watch \"sass --no-source-map src/dev.scss:%AppData%/BetterDiscord/themes/DarkNeonDEV.theme.css\" src",
"dev:vencord": "watch \"sass --no-source-map src/dev.scss:%AppData%/Vencord/themes/DarkNeonDEV.theme.css\" src"
},
"repository": {
"type": "git",
"url": "https://github.com/CommandCrafterHD/DiscordDarkNeon/"
},
"author": "Bates#7075",
"license": "ISC",
"bugs": {
"url": "https://github.com/CommandCrafterHD/DiscordDarkNeon.git"
},
"homepage": "https://github.com/CommandCrafterHD/DiscordDarkNeon#readme",
"dependencies": {
"sass": "^1.51.0",
"watch": "^1.0.2"
}
}