package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "mirai-twitter-bot",
  3. "version": "0.1.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 && tsc --outDir dist",
  27. "lint": "tslint --fix -c tslint.json --project ./"
  28. },
  29. "dependencies": {
  30. "callable-instance": "^2.0.0",
  31. "command-line-usage": "^5.0.5",
  32. "cq-websocket": "1.2.6",
  33. "html-entities": "^1.3.1",
  34. "log4js": "^6.3.0",
  35. "mirai-ts": "^0.3.1",
  36. "pngjs": "^5.0.0",
  37. "puppeteer": "^2.1.0",
  38. "read-all-stream": "^3.1.0",
  39. "sha1": "^1.1.1",
  40. "sharp": "^0.25.4",
  41. "twitter": "^1.7.1",
  42. "typescript": "^2.9.2"
  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. "tslint": "^5.10.0",
  51. "tslint-config-prettier": "^1.13.0"
  52. }
  53. }