2018-01-10 21:48:10 +01:00
|
|
|
{
|
|
|
|
"name": "bdclient",
|
|
|
|
"description": "BetterDiscord client package",
|
|
|
|
"author": "Jiiks",
|
2019-03-16 18:18:28 +01:00
|
|
|
"version": "2.0.0-beta.6",
|
2018-01-10 21:48:10 +01:00
|
|
|
"homepage": "https://betterdiscord.net",
|
|
|
|
"license": "MIT",
|
2018-03-21 00:29:00 +01:00
|
|
|
"main": "dist/betterdiscord.client.js",
|
2018-01-10 21:48:10 +01:00
|
|
|
"contributors": [
|
|
|
|
"Jiiks",
|
|
|
|
"Pohky"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-03-22 18:13:47 +01:00
|
|
|
"url": "https://github.com/JsSucks/BetterDiscordApp.git"
|
2018-01-10 21:48:10 +01:00
|
|
|
},
|
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
2018-01-16 08:04:59 +01:00
|
|
|
"build": "webpack --progress --colors",
|
2018-03-22 03:19:25 +01:00
|
|
|
"watch": "webpack --progress --colors --watch",
|
|
|
|
"release": "webpack --progress --colors --config=webpack.production.config.js"
|
2018-01-19 03:10:10 +01:00
|
|
|
}
|
2018-01-21 02:10:24 +01:00
|
|
|
}
|