23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"name": "bdinstaller",
|
|
"description": "BetterDiscord Installer",
|
|
"author": "Jiiks",
|
|
"version": "2.0.0",
|
|
"homepage": "https://betterdiscord.net",
|
|
"license": "MIT",
|
|
"main": "dist/installer.js",
|
|
"contributors": [
|
|
"Jiiks",
|
|
"Pohky"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JsSucks/BetterDiscordApp.git"
|
|
},
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "webpack --progress --colors",
|
|
"watch": "webpack --progress --colors --watch"
|
|
}
|
|
}
|