Files
portal/bots/yandex-creatives/package.json
T
2026-07-27 18:02:30 +03:00

18 lines
363 B
JSON

{
"name": "yandex-creatives-robot",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --test",
"run:once": "node bin/run.js",
"keepalive": "node bin/keepalive.js",
"login": "node bin/login.js"
},
"dependencies": {
"playwright": "^1.47.0",
"nodemailer": "^6.9.0",
"dotenv": "^16.4.0"
}
}