package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "cqhttp-twitter-bot",
  3. "version": "1.0.0",
  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": ["cq", "qq", "qqbot", "cqhttp", "twitter"],
  14. "author": "Riko",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/rikakomoe/cqhttp-twitter-bot/issues"
  18. },
  19. "homepage": "https://github.com/rikakomoe/cqhttp-twitter-bot",
  20. "scripts": {
  21. "build": "rm -r dist && tsc --outDir dist",
  22. "lint": "tslint --fix -c tslint.json --project ./"
  23. },
  24. "dependencies": {
  25. "command-line-usage": "^5.0.5",
  26. "cq-websocket": "^1.2.6",
  27. "log4js": "^2.10.0",
  28. "pngjs": "^3.3.3",
  29. "read-all-stream": "^3.1.0",
  30. "twitter": "^1.7.1",
  31. "typescript": "^2.9.2",
  32. "webshot": "^0.18.0"
  33. },
  34. "devDependencies": {
  35. "@types/node": "^10.5.1",
  36. "@types/pngjs": "^3.3.2",
  37. "tslint": "^5.10.0",
  38. "tslint-config-prettier": "^1.13.0"
  39. }
  40. }