-
Notifications
You must be signed in to change notification settings - Fork 410
/
package.json
25 lines (25 loc) · 956 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": "fallout4-terminal-theme",
"version": "2.0.0",
"description": "Fallout 4 Terminal theme for BetterDiscord.",
"main": "",
"scripts": {
"build": "sass --style=compressed --no-source-map src/main.scss:public/mainRewrite.css src/crtEffect.scss:public/css/crtEffect.css",
"dev": "watch \"sass --no-source-map src/dev.scss:%AppData%/BetterDiscord/themes/FalloutTerminalDEV.theme.css\" src",
"dev:vencord": "watch \"sass --no-source-map src/dev.scss:%AppData%/Vencord/themes/FalloutTerminalDEV.theme.css\" src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CommandCrafterHD/Fallout4TerminalTheme.git"
},
"author": "Bates#7075",
"license": "ISC",
"bugs": {
"url": "https://github.com/CommandCrafterHD/Fallout4TerminalTheme/issues"
},
"homepage": "https://github.com/CommandCrafterHD/Fallout4TerminalTheme#readme",
"dependencies": {
"sass": "^1.58.3",
"watch": "^1.0.2"
}
}