c548fb73b7
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
18 lines
363 B
JSON
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"
|
|
}
|
|
}
|