umbrello-bot/package.json

40 lines
1.0 KiB
JSON

{
"name": "umbrello-bot",
"version": "0.1.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon --exec babel-node src/app.js",
"build": "babel src --out-dir dist",
"serve": "node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frsposito/umbrello-bot.git"
},
"author": "frsposito",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/frsposito/umbrello-bot/issues"
},
"homepage": "https://github.com/frsposito/umbrello-bot#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"eslint": "^6.2.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"nodemon": "^1.19.1"
},
"dependencies": {
"axios": "^0.19.0",
"dotenv": "^8.0.0",
"mongoose": "^5.6.9",
"telegraf": "^3.32.0",
"winston": "^3.2.1"
}
}