sports-scrape/package.json

16 lines
287 B
JSON
Raw Normal View History

2025-02-27 23:27:35 +01:00
{
"name": "sports-scrape",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"playwright": "^1.50.1"
}
}