forked from Inve1951/BetterDiscordStuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 812 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
29
{
"name": "BetterDiscordStuff",
"description": "square's BD plugins & themes, focused on enhancing user experience",
"author": "Inve1951 (square#3880)",
"license": "DSL",
"private": true,
"scripts": {
"build": "coffee --no-header -o plugins/ -bct coffee/",
"build:dev": "coffee --no-header -o plugins/ -bctM coffee/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inve1951/BetterDiscordStuff.git"
},
"keywords": [
"BetterDiscord",
"BD",
"discord"
],
"bugs": {
"url": "https://github.com/Inve1951/BetterDiscordStuff/issues"
},
"homepage": "https://github.com/Inve1951/BetterDiscordStuff#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"coffeescript": "^2.5.1"
}
}