package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "cqhttp-twitter-bot",
  3. "version": "1.0.4",
  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. "command-line-usage": "^5.0.5",
  32. "cq-websocket": "^1.2.6",
  33. "log4js": "^2.10.0",
  34. "pngjs": "^3.3.3",
  35. "read-all-stream": "^3.1.0",
  36. "twitter": "^1.7.1",
  37. "typescript": "^2.9.2",
  38. "webshot": "^0.18.0"
  39. },
  40. "devDependencies": {
  41. "@types/node": "^10.5.1",
  42. "@types/pngjs": "^3.3.2",
  43. "tslint": "^5.10.0",
  44. "tslint-config-prettier": "^1.13.0"
  45. }
  46. }