forked from SamuelScheit/discord-bot-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 888 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
30
31
32
33
34
35
{
"name": "discord-bot-client",
"version": "3.1.0",
"description": "Discord Bot Client - login into discord with a bot token",
"main": "index.js",
"scripts": {
"build": "webpack --progress --colors --watch",
"start": "node index.js",
"electron": "electron electron/electron.js"
},
"keywords": [],
"author": "Flam3rboy",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.6",
"circular-dependency-plugin": "^5.0.2",
"gulp": "^4.0.0",
"gulp-babel-minify": "^0.5.1",
"gulp-csso": "^3.0.1",
"gulp-rename": "^1.4.0",
"js-beautify": "^1.11.0",
"module": "^1.2.5",
"node-fetch": "^2.6.0",
"timers-browserify": "^2.0.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}