{
  "name": "@drdanryan/csv-translator",
  "version": "1.6.1",
  "description": "A utility class for reading and writing csv files",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "csv"
  ],
  "scripts": {
    "test": "mocha $(find dist -name '*-spec.js')",
    "preversion": "rm -Rf ./dist && tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DrDanRyan/csv-translator"
  },
  "author": "Dan Ryan",
  "license": "ISC",
  "dependencies": {
    "@types/async": "^2.0.38",
    "@types/csv-parse": "^1.1.6",
    "@types/csv-stringify": "^1.0.0",
    "@types/lodash": "^4.14.50",
    "@types/node": "^7.0.3",
    "async": "^2.0.1",
    "csv-parse": "^1.1.5",
    "csv-stringify": "^1.0.4",
    "lodash": "^4.2.1"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "chai": "^3.5.0",
    "mocha": "^3.0.0",
    "mocha-typescript": "^1.0.4"
  }
}
