mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
[global] update flow-typed, .env, and some dependencies.
This commit is contained in:
parent
50b5e334a3
commit
c3b510f0bb
18 changed files with 3471 additions and 396 deletions
|
@ -3,15 +3,16 @@
|
|||
"name": "@roleypoly/bot",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"build": "babel --delete-dir-on-start -d lib .",
|
||||
"build": "babel --delete-dir-on-start -d lib './*.js*'",
|
||||
"dev": "yarn build --watch"
|
||||
},
|
||||
"main": "./lib/Bot.js",
|
||||
"dependencies": {
|
||||
"eris": "^0.9.0",
|
||||
"@roleypoly/rpc-client": "2.0.0"
|
||||
"@roleypoly/rpc-client": "2.0.0",
|
||||
"async-retry": "^1.2.3",
|
||||
"dotenv": "^7.0.0",
|
||||
"eris": "^0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue