package.json 1.3 KB

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