package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "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. "keywords": [
  14. "qq",
  15. "qqbot",
  16. "mirai",
  17. "twitter"
  18. ],
  19. "author": "CL-Jeremy",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/CL-Jeremy/mirai-twitter-bot/issues"
  23. },
  24. "homepage": "https://github.com/CL-Jeremy/mirai-twitter-bot",
  25. "scripts": {
  26. "build": "rm -rf dist && npx tsc --outDir dist",
  27. "lint": "npx tslint --fix -c tslint.json --project ./"
  28. },
  29. "dependencies": {
  30. "callable-instance": "^2.0.0",
  31. "command-line-usage": "^5.0.5",
  32. "html-entities": "^1.3.1",
  33. "log4js": "^6.3.0",
  34. "mirai-ts": "^0.4.6",
  35. "pngjs": "^5.0.0",
  36. "puppeteer": "^2.1.0",
  37. "read-all-stream": "^3.1.0",
  38. "sha1": "^1.1.1",
  39. "sharp": "^0.25.4",
  40. "temp": "^0.9.1",
  41. "twitter": "^1.7.1",
  42. "typescript": "^3.9.7"
  43. },
  44. "devDependencies": {
  45. "@types/node": "^10.17.27",
  46. "@types/pngjs": "^3.4.2",
  47. "@types/puppeteer": "^1.5.0",
  48. "@types/redis": "^2.8.6",
  49. "@types/sharp": "^0.25.0",
  50. "@types/temp": "^0.8.34",
  51. "@types/twitter": "^1.7.0",
  52. "tslint": "^5.10.0",
  53. "tslint-config-prettier": "^1.13.0",
  54. "twitter-d": "^0.4.0"
  55. }
  56. }