package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "cqhttp-twitter-bot",
  3. "version": "1.1.7",
  4. "description": "CQHTTP Twitter Bot",
  5. "main": "./dist/main.js",
  6. "bin": {
  7. "cqhttp-twitter-bot": "./dist/main.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/rikakomoe/cqhttp-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/rikakomoe/cqhttp-twitter-bot/issues"
  24. },
  25. "homepage": "https://github.com/rikakomoe/cqhttp-twitter-bot",
  26. "scripts": {
  27. "build": "rm -r dist && tsc --outDir dist",
  28. "lint": "tslint --fix -c tslint.json --project ./"
  29. },
  30. "dependencies": {
  31. "callable-instance": "^1.0.0",
  32. "command-line-usage": "^5.0.5",
  33. "cq-websocket": "^1.2.6",
  34. "log4js": "^2.10.0",
  35. "pngjs": "^3.3.3",
  36. "puppeteer": "^1.5.0",
  37. "read-all-stream": "^3.1.0",
  38. "redis": "^2.8.0",
  39. "sha1": "^1.1.1",
  40. "twitter": "^1.7.1",
  41. "typescript": "^2.9.2"
  42. },
  43. "devDependencies": {
  44. "@types/node": "^10.5.1",
  45. "@types/pngjs": "^3.3.2",
  46. "@types/puppeteer": "^1.5.0",
  47. "@types/redis": "^2.8.6",
  48. "tslint": "^5.10.0",
  49. "tslint-config-prettier": "^1.13.0"
  50. }
  51. }