mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"private": true,
|
|
"name": "@roleypoly/bot",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "babel --delete-dir-on-start -d lib './*.js*'",
|
|
"dev": "yarn build --watch"
|
|
},
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
}
|