{
  "name": "contentful-sync-cli",
  "preferGlobal": true,
  "version": "3.0.10",
  "description": "Command line program to sync data from Contentful to local files on disk.",
  "main": "index.js",
  "bin": {
    "contentful-sync": "./bin/contentful-sync"
  },
  "scripts": {
    "pretest": "eslint bin/contentful-sync \"**/*.js\"",
    "test": "mocha",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keithws/contentful-sync-cli.git"
  },
  "keywords": [
    "contentful",
    "contentful-sync",
    "sync",
    "sync-cli",
    "cli",
    "command"
  ],
  "author": "Keith W. Shaw <keith.w.shaw@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keithws/contentful-sync-cli/issues"
  },
  "homepage": "https://github.com/keithws/contentful-sync-cli#readme",
  "dependencies": {
    "commander": "^5.0.0",
    "contentful": "^7.14.3",
    "eazy-logger": "^3.0.2",
    "graceful-fs": "^4.2.3",
    "https-proxy-agent": "^5.0.0",
    "mkdirp": "^1.0.4"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "mocha": "^7.1.1",
    "proxy": "^1.0.1",
    "rimraf": "^3.0.2",
    "should": "^13.2.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "bin",
    "contentful-local.js"
  ]
}
