package.json 905 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "startDev": "nodemon src/index.js",
  10. "build": "tsc",
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "MIT",
  16. "devDependencies": {
  17. "@types/bluebird": "^3.5.29",
  18. "@types/chalk": "^2.2.0",
  19. "@types/debug": "^4.1.5",
  20. "@types/node": "^13.1.2",
  21. "@types/sequelize": "^4.28.8",
  22. "@types/validator": "^12.0.1",
  23. "typescript": "^3.7.4",
  24. "nodemon": "^2.0.2",
  25. "pkg": "^4.4.2"
  26. },
  27. "dependencies": {
  28. "chalk": "^3.0.0",
  29. "debug": "^4.1.1",
  30. "dotenv": "^8.2.0",
  31. "moment": "^2.24.0",
  32. "randomatic": "^3.1.1",
  33. "sequelize": "^5.21.3",
  34. "sqlite3": "^4.1.1",
  35. "telegraf": "^3.35.0",
  36. "telegraf-command-parts": "^1.0.3"
  37. }
  38. }