WebCrawler / package.json
Carlos Gonzalez
Add application file
b1f90a5
raw
history blame contribute delete
211 Bytes
{
"devDependencies": {
"playwright": "^1.52.0",
"pnpm": "^10.11.0"
},
"scripts": {
"pw:install": "playwright install"
},
"dependencies": {
"git": "^0.1.5",
"gradio": "^0.1.0"
}
}