first commit, already have a working version in 12 hours of work

This commit is contained in:
2025-07-27 13:45:18 -05:00
commit c992d0b949
9 changed files with 1097 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "playwright-linkedin-bot",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"dotenv": "^17.2.1",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"playwright": "^1.54.1",
"playwright-extra": "^4.3.6",
"playwright-extra-plugin-stealth": "^0.0.1",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}