godotbot/package.json

16 lines
303 B
JSON
Raw Normal View History

2021-03-08 22:55:20 +03:00
{
2021-03-08 23:13:21 +03:00
"name": "godotbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nefrace",
"license": "ISC",
2021-03-08 22:55:20 +03:00
"dependencies": {
2021-03-08 23:13:21 +03:00
"mongoose": "^5.11.18",
"node-telegram-bot-api": "^0.51.0"
2021-03-08 22:55:20 +03:00
}
}