lolipop 邮箱自动删除邮件工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 settimane fa
12345678910111213141516
  1. {
  2. "name": "lolipop-del-mail",
  3. "author": "lizhuang",
  4. "version": "1.0.0",
  5. "description": "邮件删除工具",
  6. "main": "app.js",
  7. "scripts": {
  8. "start": "node app.js",
  9. "test": "node test.js"
  10. },
  11. "dependencies": {
  12. "express": "^4.21.2",
  13. "playwright": "^1.42.1",
  14. "playwright-chromium": "^1.42.1"
  15. }
  16. }