UNPKG

the-pharmacist-delivers

Version:

Transform a csv file of pharmacies to an array of objects

32 lines (31 loc) 717 B
{ "name": "the-pharmacist-delivers", "version": "1.0.7", "description": "Transform a csv file of pharmacies to an array of objects", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "the-pharmacist-delivers": "app.js" }, "keywords": [ "nodejs", "csvtojson", "geocoding", "pharmacy" ], "author": "Praveen Jayarajan", "license": "ISC", "dependencies": { "@googlemaps/google-maps-services-js": "^3.1.4", "axios": "^0.19.2", "axios-retry": "^3.1.8", "chalk": "^4.1.0", "clear": "^0.1.0", "csvtojson": "^2.0.10", "figlet": "^1.5.0", "inquirer": "^7.3.3", "node-geocoder": "^3.27.0" } }