You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
304 B

5 years ago
  1. {
  2. "name": "mumble-telegram-bot",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "prestart": "npm install",
  8. "start": "node main.js"
  9. },
  10. "author": "",
  11. "license": "GNU",
  12. "dependencies": {
  13. "mumble": "^0.3.15",
  14. "node-telegram-bot-api": "^0.30.0"
  15. }
  16. }