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.

18 lines
364 B

5 years ago
  1. {
  2. "name": "commonroutesBot",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "prestart": "npm install",
  8. "start": "node main.js"
  9. },
  10. "author": "",
  11. "license": "GPLv3",
  12. "dependencies": {
  13. "node-telegram-bot-api": "^0.30.0",
  14. "express": "^4.7.1",
  15. "method-override": "^2.1.2",
  16. "body-parser": "latest"
  17. }
  18. }