Files
dredgegram/playwright/package.json
T
dredgy f00405ed24
linter / quality (push) Canceled after 0s
tests / ci (8.3) (push) Canceled after 0s
tests / ci (8.4) (push) Canceled after 0s
tests / ci (8.5) (push) Canceled after 0s
Initial Commit
2026-08-28 22:55:32 +10:00

20 lines
388 B
JSON

{
"name": "pwuser",
"version": "1.0.0",
"description": "",
"main": "instagram-test.spec.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@playwright/test": "1.62.1",
"dotenv": "^17.4.2",
"pg": "^8.22.0",
"playwright": "1.62.1"
}
}