ubercrawler/package.json

15 lines
332 B
JSON
Raw Normal View History

2023-08-30 22:00:52 +00:00
{
"name": "ubercrawler",
"version": "1.0.0",
"description": "Puppeteer application for crawling uber and lyft for tax information",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2023-08-30 22:23:10 +00:00
"license": "MIT",
"dependencies": {
"puppeteer-core": "^21.1.1"
}
2023-08-30 22:00:52 +00:00
}