forked from DiscordStyles/FrostedGlass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 723 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "frostedglass",
"version": "1.0.0",
"description": "Display your picture of choice with adjustable blur and brightness.",
"repository": "https://github.com/DiscordStyles/FrostedGlass.git",
"author": "Gibbu <Gibbu_@hotmail.com>",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"dev": "bun --bun bd-scss dev",
"build": "bun --bun bd-scss build",
"reroll": "bd-scss reroll"
},
"dependencies": {
"@discordstyles/classes": "^1.0.3",
"bd-scss": "^3.0.7"
},
"packageManager": "pnpm@8.15.5+sha512.b051a32c7e695833b84926d3b29b8cca57254b589f0649d899c6e9d0edb670b91ec7e2a43459bae73759bb5ce619c3266f116bf931ce22d1ef1759a7e45aa96f",
"devDependencies": {
"prettier": "^3.6.2"
}
}