ubercrawler/package.json
PAlexanderFranklin 0af3bb24eb Generate csv
2024-01-03 17:54:56 -08:00

18 lines
415 B
JSON

{
"type": "module",
"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",
"start": "node ./src/index.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"papaparse": "^5.4.1",
"puppeteer-core": "^21.1.1"
}
}