{
  "name": "w3wconverter",
  "version": "2.1.0",
  "description": "Coverts postcodes to lat-long coordinates via Google Places API, then into What3Words addresses.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gwhitdev/w3wconverter.git"
  },
  "keywords": [
    "what3words",
    "google"
  ],
  "author": "Gareth Whitley",
  "license": "GNU GPL v3.0",
  "bugs": {
    "url": "https://github.com/gwhitdev/w3wconverter/issues"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "chai": "^4.3.4",
    "csv-writer": "^1.6.0",
    "dotenv": "^10.0.0",
    "mocha": "^9.1.0",
    "neat-csv": "^6.0.1"
  },
  "devDependencies": {
    "jest": "^27.1.1"
  }
}
