forked from zerebos/BetterDiscordAddons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.02 KB
/
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
30
31
{
"name": "betterdiscordaddons",
"version": "1.0.0",
"description": "Addons for BetterDiscord.",
"repository": {
"type": "git",
"url": "https://github.com/rauenzi/BetterDiscordAddons"
},
"devDependencies": {},
"scripts": {
"build_plugin": "node ./scripts/build.js local",
"build_plugin_remote": "node ./scripts/build.js remote"
},
"author": "Zerebos",
"license": "MIT",
"eslintIgnore": [
"scripts/template.js"
],
"buildConfig": {
"pluginsFolder": "./src/plugins",
"releaseFolder": "./Plugins/{{PLUGIN_NAME}}",
"copyToBD": true,
"addInstallScript": true,
"github": "https://github.com/rauenzi/BetterDiscordAddons/tree/master/Plugins/{{PLUGIN_NAME}}",
"githubRaw": "https://raw.githubusercontent.com/rauenzi/BetterDiscordAddons/master/Plugins/{{PLUGIN_NAME}}/{{PLUGIN_NAME}}.plugin.js",
"patreonLink": "https://patreon.com/Zerebos",
"paypalLink": "https://paypal.me/ZackRauen",
"inviteCode": "TyFxKer",
"authorLink": "https://twitter.com/IAmZerebos"
}
}