package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "@CL-Jeremy/mirai-twitter-bot",
  3. "version": "0.3.3",
  4. "description": "Mirai Twitter Bot",
  5. "main": "./dist/main.js",
  6. "bin": {
  7. "mirai-twitter-bot": "./dist/main.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/CL-Jeremy/mirai-twitter-bot.git"
  12. },
  13. "publishConfig": {
  14. "registry": "https://npm.pkg.github.com/"
  15. },
  16. "keywords": [
  17. "qq",
  18. "qqbot",
  19. "mirai",
  20. "twitter"
  21. ],
  22. "author": "CL-Jeremy",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/CL-Jeremy/mirai-twitter-bot/issues"
  26. },
  27. "homepage": "https://github.com/CL-Jeremy/mirai-twitter-bot",
  28. "scripts": {
  29. "build": "rm -rf dist && npx tsc --outDir dist",
  30. "lint": "npx tslint --fix -c tslint.json --project ./"
  31. },
  32. "dependencies": {
  33. "callable-instance": "^2.0.0",
  34. "command-line-usage": "^5.0.5",
  35. "html-entities": "^1.3.1",
  36. "log4js": "^6.3.0",
  37. "mirai-ts": "^0.7.4",
  38. "playwright": "^1.9.1",
  39. "pngjs": "^5.0.0",
  40. "puppeteer": "^2.1.0",
  41. "read-all-stream": "^3.1.0",
  42. "sha1": "^1.1.1",
  43. "sharp": "^0.25.4",
  44. "temp": "^0.9.1",
  45. "twitter": "^1.7.1",
  46. "typescript": "^4.0.2"
  47. },
  48. "devDependencies": {
  49. "@types/node": "^10.17.27",
  50. "@types/pngjs": "^3.4.2",
  51. "@types/puppeteer": "^1.5.0",
  52. "@types/redis": "^2.8.6",
  53. "@types/sharp": "^0.25.0",
  54. "@types/temp": "^0.8.34",
  55. "@types/twitter": "^1.7.0",
  56. "tslint": "^5.10.0",
  57. "tslint-config-prettier": "^1.13.0",
  58. "twitter-d": "^0.4.0"
  59. }
  60. }