forked from TakosThings/Fluent-Discord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 756 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"private": true,
"name": "fluent-discord",
"license": "MIT",
"author": {
"name": "TakosThings",
"url": "https://github.com/TakosThings/Fluent-Discord"
},
"repository": "git:TakosThings/Fluent-Discord",
"os": [
"win32",
"linux"
],
"scripts": {
"build-static": "sass src/fluent.scss:dist/Fluent-Discord-static.theme.css --no-charset --no-source-map",
"build-auto": "sass src/fluent-auto.scss:dist/Fluent-Discord.theme.css --no-charset --no-source-map",
"dev": "sass src/fluent.scss:%APPDATA%/BetterDiscord/themes/Fluent-Discord.theme.css --no-charset --no-source-map --watch"
},
"devDependencies": {
"sass": "^1.49.7"
}
}