{
  "name": "smartystreets",
  "description": "Fast SmartyStreets geocoder",
  "version": "3.0.2",
  "maintainers": [
    {
      "name": "Madeline Davies",
      "email": "npm@madd.tech"
    },
    {
      "name": "Eric Kidd",
      "email": "eric.kidd@gmail.com"
    },
    {
      "name": "Seamus Abshere",
      "email": "seamus@abshere.net"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/faradayio/node_smartystreets.git"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "prebuild": "npm run clean",
    "build": "node_modules/.bin/tsc && chmod +x lib/program.js",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "node_modules/.bin/mocha -r ts-node/register --timeout 10000 'test/**/*-tests.ts'"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "preferGlobal": true,
  "bin": {
    "smartystreets": "lib/program.js"
  },
  "dependencies": {
    "async": "^2.5.0",
    "commander": "^2.8.1",
    "fast-csv": "^2.4.1",
    "request": "^2.57.0",
    "sanitize-filename": "^1.3.0",
    "terminus": "^1.0.11",
    "through2": "^0.6.5",
    "through2-concurrent": "^1.0.0"
  },
  "devDependencies": {
    "@types/async": "^2.0.40",
    "@types/chai": "^4.0.1",
    "@types/commander": "^2.9.1",
    "@types/mocha": "^2.2.41",
    "@types/node": "^8.0.17",
    "@types/request": "^2.0.0",
    "@types/sanitize-filename": "^1.1.28",
    "@types/sinon": "^2.3.3",
    "@types/through2": "^2.0.33",
    "chai": "^4.1.0",
    "mocha": "^3.4.2",
    "sinon": "^2.4.1",
    "ts-node": "^3.3.0",
    "typescript": "^2.4.2"
  }
}
