ubercrawler/package.json

12 lines
275 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": "",
"license": "MIT"
}