package.json 397 B

12345678910111213141516171819
  1. {
  2. "name": "robdaily",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "generate_arxiv_digest.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://code.indigofloyd.space/ClawLab/RobotDaily.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "mustache": "^4.2.0"
  18. }
  19. }