package.json 418 B

12345678910111213141516171819
  1. {
  2. "name": "node",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "type": "module",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "post-img": "cd post && node process-post-img.js",
  10. "post-list": "node process-post-list.js"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "axios": "^1.6.7",
  16. "nanoid": "^5.0.6",
  17. "request": "^2.88.2"
  18. }
  19. }