mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"private": true,
|
|
"name": "@roleypoly/bot",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"precommit": "lint-staged",
|
|
"dev": "yarn build --watch"
|
|
},
|
|
"dependencies": {
|
|
"async-retry": "^1.2.3",
|
|
"dotenv": "^8.0.0",
|
|
"eris": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/async-retry": "^1.4.1",
|
|
"lint-staged": "^8.1.7",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|