package.json 840 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "totify",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "dst/index.js",
  6. "bin": "dst/index.js",
  7. "scripts": {
  8. "start": "node dst/index.js",
  9. "build": "tsc",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "@types/bluebird": "^3.5.29",
  17. "@types/chalk": "^2.2.0",
  18. "@types/debug": "^4.1.5",
  19. "@types/node": "^13.1.2",
  20. "@types/sequelize": "^4.28.8",
  21. "@types/validator": "^12.0.1",
  22. "pkg": "^4.4.2",
  23. "typescript": "^3.7.4"
  24. },
  25. "dependencies": {
  26. "chalk": "^3.0.0",
  27. "debug": "^4.1.1",
  28. "dotenv": "^8.2.0",
  29. "moment": "^2.24.0",
  30. "randomatic": "^3.1.1",
  31. "sequelize": "^5.21.3",
  32. "sqlite3": "^4.1.1",
  33. "telegraf": "^3.35.0",
  34. "telegraf-command-parts": "^1.0.3"
  35. }
  36. }