ubercrawler/package.json

17 lines
382 B
JSON
Raw Normal View History

2023-08-30 22:00:52 +00:00
{
2023-08-30 23:02:26 +00:00
"type": "module",
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": {
2023-08-30 23:02:26 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
2023-08-30 22:00:52 +00:00
},
"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
}