{
  "name": "@ucd-lib/pg-farm",
  "version": "0.0.8",
  "description": "PG-Farm node library and cli",
  "bin": {
    "pg-farm": "./cli/cmds/pg-farm.js"
  },
  "main": "node-lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "jrmerz@ucdavis.edu",
  "license": "MIT",
  "dependencies": {
    "bson": "^4.0.4",
    "commander": "^4.0.1",
    "fs-extra": "^8.1.0",
    "node-fetch": "^2.6.0",
    "pg": "^8.0.3",
    "prompts": "^2.3.0"
  }
}
