A bot that generates and posts random domains to Twitter
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  1. {
  2. "name": "random-domains-bot",
  3. "version": "0.1.0",
  4. "description": "A bot that generates random domain names and posts them to Twitter",
  5. "main": "index.js",
  6. "keywords": [],
  7. "author": "Dylan Baker <dylan@simulacrum.party>",
  8. "license": "MIT",
  9. "dependencies": {
  10. "dotenv": "^8.0.0",
  11. "minimist": "^1.2.0",
  12. "twit": "^2.2.11"
  13. }
  14. }