17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "x-no-api-bot",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "No-API X automation starter using Playwright (read-only by default)",
|
|
"type": "module",
|
|
"scripts": {
|
|
"login": "node src/login.js",
|
|
"fetch": "node src/fetch.js",
|
|
"post": "node src/post.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"playwright": "^1.52.0"
|
|
}
|
|
}
|