{
  "name": "aquameta-sync",
  "version": "0.1.19",
  "description": "Import from and export to filesystem from Aquameta database",
  "main": "lib/index.js",
  "bin": {
    "import": "bin/import",
    "export": "bin/export"
  },
  "scripts": {
    "prepublish": "yarn test",
    "test": "nyc mocha"
  },
  "keywords": [
    "datum",
    "aquameta",
    "postgres"
  ],
  "author": "Mickey Burks",
  "license": "MIT",
  "dependencies": {
    "aquameta-datum": "^0.1.19",
    "del": "^4.1.1",
    "meow": "^5.0.0",
    "ramda": "^0.25.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2"
  },
  "gitHead": "727b6b6aac57189a78649082d9b40b0d78621041"
}
